/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size:18px;
}

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.body_text a:link {
	color: #336699;
	text-decoration: underline;
}
.body_text a:visited {
	color: #336699;
	text-decoration: underline;
}
.body_text a:hover { 
	color: #FFCC33;
	text-decoration: underline;
}
.body_text a:active {
	color: #336699;
	text-decoration: underline;
}

.footer_text A:link { color: #FFFFFF;}
.footer_text A:visited { color: #FFFFFF; }
.footer_text A:active { color: #FFFFFF; }	
.footer_text A:hover { color: #FFFFFF; text-decoration:underline;}
.footer_text A{ text-decoration:none;}
.footer_text {
	background-color:#515151;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.navi A:link { color: #FFFFFF;}
.navi A:visited { color: #FFFFFF; }
.navi A:active { color: #FFFFFF; }	
.navi A:hover { color: #FFFFFF; text-decoration:underline;}
.navi A{ text-decoration:none;}
.navi {
	background-image:url(images/nav-bg.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.header_text_orange {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#B6881F;
}
.header_text_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002C4E;
}

.header_bg {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
}

.blue_bar {
	background-image:url(images/header-blue-bar-bg.gif);
	background-repeat:repeat-x;
}

.grey_bar {
	background-image: url(images/grey-bar.gif);
	background-repeat:repeat-x;
}

.required_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}