/* CSS Document */


.left_side	
{
background-image:url(im/l_side.jpg);
background-repeat:repeat-y;				
}

.right_side	
{
background-image:url(im/r_side.jpg);
background-repeat:repeat-y;									
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style4 {
	font-size: 12px
}
.style5 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.box {
	border-left: 1px solid #00539B;
	border-right: 1px solid #00539B;
	border-bottom: 1px solid #00539B;
	padding:1px;
	margin-top: 0px;
	background-color:#FFFFFF;
}

a:link { color:#00539B;
		text-decoration:none; 
}

a:visited { color:#00539B;
		text-decoration:none; 
}

a:hover { color:#00539B;
		text-decoration:underline; 
}


.low_banner{ background-color: #00539B;

}

#low_banner a:link { color:#FFFFFF;
		text-decoration:none; 
}

#low_banner a:visited { color:#FFFFFF;
		text-decoration:none; 
}

#low_banner a:hover { color:#FFFFFF;
		text-decoration:underline; 
}

.top_banner{ background-color: #00539B;
		
}

#top_banner a:link { color:#FFFFFF;
		text-decoration:none; 
}

#top_banner a:visited { color:#FFFFFF;
		text-decoration:none; 
}

#top_banner a:hover { color:#FFFFFF;
		text-decoration:underline; 
}

.text	{ color:#000000

}

#text a:link { color:#00A94F;
		text-decoration:none; 
}

#text a:visited { color:#00A94F;
		text-decoration:none; 
}

#text a:hover { color:#00A94F;
		text-decoration:underline; 
}