@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", "Lucida Sans";
	font-size: 13px;
}

.MenuNav a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.MenuNav a:visited {
	text-decoration: none;
    color: #FFFFFF;
}
.MenuNav a:hover {
	text-decoration: underline;
    color: #FFFFFF;
}
.MenuNav a:active {
	text-decoration: none;
    color: #FFFFFF;
}
a {
	font-family: "Trebuchet MS", "Lucida Sans";
	font-size: 13px;
	color: #0D6E9E
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
color: #0D6E9E;
}
a:hover {
	text-decoration: none;
    color: #FF7D02;
}
a:active {
	text-decoration: none;
}
.pageHeader {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight:bold;
}
.pageSubHeader {
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}
.viewMore a {
    color: #006699;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
}	

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5276b0;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #898989;
	line-height: 11px;
}
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
}