@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #255BA1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/layout/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.navbar {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar_ftr {
	font-size: 10px;
	text-transform: capitalize;
	color: #999999;
	line-height: 38px;
}
.testimonial {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonial_name {
	font-size: 10px;
	text-transform: capitalize;
	color: #666666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonial_position {
	font-size: 9px;
	color: #999999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.credits {
	font-size: 9px;
	color: #336699;
}
.form_req_field {
	color: red;
	font-size: 10px;
}
.news_date {
	font-size: 9px;
	color: #666666;
}
.news_title {
	font-size: 10px;
	color: #336699;
	font-weight: bold;
}
.loginbox {
	font-size: 9px;
	color: #FFFFFF;
}
.LoginBoxTitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.FieldContent {
	font-size: 11px;
	color: #666666;
}.SectionTitle {
	font-size: 12px;
	text-transform: none;
	color: #336699;
	font-weight: bold;
	padding-top: 20px;
}
.PageTitle {
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}
.SideBarCSNumber {
	font-size: 16px;
	font-weight: bold;
}
.ListHdr {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 10px;
}
