/* Main CSS Document */
#layer1{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;	
}

body, td, div, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sectionhead{font-size: 14px; font-weight: bold; color: #003366;}

img.img_border{border: 1px solid black;}
.sidetable_head{background-color: #003366; color: white; font-size: 12px; text-align: right;}
.sidetable_cont{background-color: #CCCCCC; color: black; font-size: 9px; text-align: left;}

.footer{font-size: 10px; color: white;}
.footer A:LINK{font-size: 10px; color: white;}
.footer A:VISITED{font-size: 10px; color: white;}
