@charset "utf-8";
/* CSS Document */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4b;
	line-height: 22px;
}
.bodyTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	line-height: 22px;
}
.LoginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 22px;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 22px;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4b;
	line-height: 18px;
}
body {
	scrollbar-face-color:#82c3d4;
	scrollbar-shadow-color: #fafafa;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: #E4E6E1;
	scrollbar-darkshadow-color: #f0f0f0;
	scrollbar-track-color:#fafafa;
	scrollbar-arrow-color:#cccccc;
	background-image: url(/bg.gif);
}
/* Navigation Link*/
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}
a.NavLink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #2721ff;
	font-size: 11px;
}
a.NavLink:hover {
	text-decoration: underline;
	color: #2721ff;
}
a.NavLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2721ff;
	text-decoration: none;
	font-size: 11px;
}
a.NavLink:hover {
	text-decoration: underline;
	color: #2721ff;
}
a.BttLink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0094C5;
	font-size: 13px;
	text-decoration: none;
}
a.BttLink:hover {
	text-decoration: underline;
	color: #2721ff;
}
a.BttLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0094C5;
	text-decoration: none;
	font-size: 13px;
}
a.BttLink:hover {
	text-decoration: underline;
	color: #2721ff;
}
.bottomBg {
	background-image: url(/images/bottom_bar_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #339bc2;
}
.bodyHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #224d7a;
}
.bodyHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339999;
}
.bodyHead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}
.bodyHead4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bodyHead5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #21a7d3;
}
.bodyHead6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.dottedLineOrange {
	border-top-style: dashed;
	border-top-color: #ff9900;
	border-width: 1;
}
.dottedLineBlue {
	border-top-style: dashed;
	border-top-color: #21a7d3;
	border-width: 1;
}
.dottedLineV {
	border-left-width: 1;
	border-left-style: dashed;
	border-left-color: #ff9900;
	clip: rect(auto,auto,auto,10px);
}

