﻿
#Header #Menu a {
	color: White;
	text-decoration: none;
	margin-right: 40px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #38ca34;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-size: 11px;
	color: #38ca34;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: Black;
	margin-bottom: 0px;
}

#Header #Menu a:hover {
	color: #cfffd2;
}

#Footer {
	font-size: 7pt;
	color: #a7a6a6;
}

#Footer a {
	font-size: 8pt;
	color: #FFFFFF;
}

#Footer a:hover {
	font-size: 8pt;
	color: #c9dd6a;
}


#Header #TopInfo {
    font-size: 8pt;
    color: #bdbdbd;
}
#RightContent #RightInfo {
    font-size: 8pt;
    color: #FFFFFF;
}
a img {
	border: 0px;
}

a {
 
 text-decoration: none;
 color: #000000;
}

a:hover {
	color: Red;	
}