@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_white.jpg);

}

h4 {
	color:#006600;
}

a:link {
	color:#006600;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

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

a:visited {
	color:#6bca0b; 
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#666666;
	text-decoration:underline; 
}



.headline {
	background-color:#468605;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
	text-transform:capitalize;
}

.accentGreen {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	color:#006600;
}



#container {
	width:600px;
	background-color:#FFFFFF;
	margin:0 auto;
	border:#468605 thin solid;
}


#bodytext {
	width:600px;
	height:auto;
	margin-top:20px;
}


