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

body {
	margin: 0;
	padding: 0;
	font: 12px  Arial;
	color: #292929;
}
body a:link, body a:visited, body a:active{
font-family: Arial,;
font-size:12px;
color:#292929;
text-decoration:underline;
}
body a:hover{
text-decoration:underline;
color:#6EAF09;
}
.graybold {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#292929;
}
.greenheading {
font-family:Arial;
font-size:13px;
font-weight:bold;
color:#6EAF09;
}
.blueborder {
border-right:#B3E2F8 solid 1px;
}
.graytext {
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#292929;
}
ul {
list-style-image:url(img/bullet.gif);
}
.contentbg {
background-image:url(img/contentBG.jpg);
background-repeat:no-repeat;
background-position:top;
}
.greenborder {
border:#6EAF09 solid 1px;
}
