td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #336699;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.header_bold {  font-size: 16px; font-weight: bold;
	color: #000000;
	}
	
.header_boldRED {  font-size: 16px; font-weight: bold;
	color: #FF3300
	}

.small_fontW {  font-size: 10px;
	color: #FFFFFF}

.small_fontG {  font-size: 10px;
	color: #999999;}

.midfont {  font-size: 14px}

.midheader {  font-size: 14px; font-weight: bold;
	color: #666666;
	}
	
	.midheaderBlack {  font-size: 13px; font-weight: bold;
	color: #000000;
	}

.white {  color: #E41715}

.red {  color: #CC3300}


a {  color: #38445A;
		text-decoration: none
}

a:hover {
	text-decoration: underline;
	color: #3366CC
}

a:hover.nav_linkWhite {
	text-decoration: underline;
	color: #FFFFFF
}
.bold {
	font-weight: bold;
}

.boldRED {
	font-weight: bold;
	color: #E41715
}

.boldblue {
	font-weight: bold;
	color: #0000FF
}




.boldLink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.nav_link {  font-size: 10px; 
	text-decoration: none; 
	
	color: #000000}
	
	.nav_linkWhite {  font-size: 10px; 
	text-decoration: none; 
	
	color: #FFFFFF}

.nav_linkBold {  
		font-size: 10px; 
		text-decoration: none; 
		color: #000000;
		font-weight: bold;
			}
			
.nav_linkBoldR {  
		font-size: 10px; 
		text-decoration: none; 
		color: #CC3300;
		font-weight: bold;
			}
			
.nav_linkBoldR {  
		font-size: 10px; 
		text-decoration: none; 
		color: #E41715;
			}
			
.nav_linkBoldO {  
		font-size: 10px; 
		text-decoration: none; 
		color: #CD7C28;
			}
			
.nav_linkBoldY {  
		font-size: 10px; 
		text-decoration: none; 
		color: #FFFFFF;
			}
			
ul 				{ margin-top: 10px; margin-bottom: 10px; margin-left: 1em; margin-right: 0px; padding-left: 5px; list-style-type: square; }


.small			{ font-size: 10px; color: #38445A; }
