/* Colors:
Green: #8CC63F
RGB =  140,198,63

Blue: #00AEEF
RGB = 0, 174, 239

Black: #000000
RGB: 0,0,0

Grey: #9D9FA2
RGB: 157,159,162


*/

body { 
	background-color: #ffffff;
	background-repeat:repeat-x; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: 400;
	margin: 0;
	}
div, td {
/*	SCROLLBAR-SHADOW-COLOR: #666666; 
	SCROLLBAR-ARROW-COLOR: #888888; 
	SCROLLBAR-TRACK-COLOR: #bbbbbb; 
	SCROLLBAR-BASE-COLOR: #cccccc;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;}
		
.container{
	background-color: #ffffff;
	border-right: 0px solid #8cc63f
}

.leftbar {  
	background-color: #ffffff;
/*	border-right: 1px solid #8cc63f; 
	border-left: 1px solid #8cc63f; 
	text-align: left;
	left: 10px; 
	padding-left: 10px;
	padding-top: 10px*/}

.topbanner {
	background-color: #FFFFFF;
	border: 0px solid #8CC63F;
	padding-left: 0px;
	}
	
.footer {
	background-color: #ffffff;
	font-size: 0.7em;
	color: #cccccc;
	text-align: right;
	border-top: 0px solid #8cc63f;
	}
#pagetitle {
	font-size: 1.2em;
	color: #0084bf;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 40px;
}

#printerfriendlymenu {
	font-size: 0.8em;
	color: #9d9fa2;
	text-align: right;
	padding: 0px;
	vertical-align: bottom;
	}

td img {vertical-align: middle;}	
	
.content {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	text-align: justify;
	padding-left: 40px;
	padding-right: 20px;
}

a:link {
	text-decoration:underline;
	color: #333333
}

a:visited {
	text-decoration:underline;
	color: #333333
}

a:hover {
	text-decoration:underline;
	color: #00AEEF/*b89600*/
}

a:active {
	text-decoration:underline;
	color: #b89600
}


