/* CSS Document */
body {
	/*background-image: url(images/background.png);
	background-repeat: repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

/*..................Footer Classes....................*/	
.footer_text{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
	
#footer_Nav {
background-image: url(images/footer_repeater.jpg);
background-repeat: repeat-x;
}

#footer_Nav A {
	font-family: Arial, sans-serif;
	font-style: normal;
    font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}

#footer_Nav A:hover {
	font-family: Arial, sans-serif;
	font-style: normal;
    font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration:none;
}

.footer_selected {
	font-family: Arial, sans-serif;
	font-style: normal;
    font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration:none;
}


.PageHeader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background-image: url(images/pageheader_repeater.jpg);
	background-repeat:repeat-x;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.SecondaryHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FF9900;
}
body,th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.Content_bold {
    color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	}	

.Content_normal_black {
    color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	}