/*

NOTE: Do not include the font-family css unless you're working with a font other than
Arial (try not to). The font-family is declared in only the Body tag below to make
global changes quick and easy.
*/

/* ::: MISC CSS ::: */


body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}

a:link {
	text-decoration: none;
	color: #0066CC;
	}

a:visited {
	text-decoration: none;
	color: #0066CC;
	}

a:active {
	text-decoration: none;
	color: #0066CC;
	}

a:hover {
	text-decoration: underline;
	color: #0066CC;
	}
	
.font_size1 {
	font-size: 10px;	
	}

.font_size1bold {
	font-size: 10px;
	font-weight: bold;
	}
	
.font_size2 {
	font-size: 11px;
	}

.font_size2bold {
	font-size: 11px;
	font-weight: bold;
	}

.font_size3 {
	font-size: 13px;
	}

.font_size3bold {
	font-size: 13px;
	font-weight: bold;
	}

.page_title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
	

.main_bluebarlinks {
	color: #FFFFFF;
	text-decoration: none;
	}

.main_bluebarlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	}	
	
a.main_bluebarlinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.main_bluebarlinks:hover {
	color: #F5EFBD;
	text-decoration: none;
	}	

.f3 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Verdana
}

.f4 {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Verdana; text-align: justify
}
.f16 {
	FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, Verdana
}
.f18 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, Verdana
}
.f33 {
	FONT-SIZE: 15px; COLOR: #003399; FONT-FAMILY: Arial, Helvetica, Verdana
}

.bg0 {
	BACKGROUND-COLOR: #ffffff
}

.bg2 {
	BACKGROUND-COLOR: #000066
}
.bg4 {
	BACKGROUND-COLOR: #000066
}
.bg5 {
	BACKGROUND-COLOR: #d1dbee
}
.bg6 {
	BACKGROUND-COLOR: #999999
}
