body {
	background-color: #1A381C;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	text-decoration: none;
	color: #009933;

}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #BDC4A6;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif
}
.bodyTxt {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #333333;
}
.gooTxt {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #CCCCCC;
}
.pollTxt {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #009900;
}
.header {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        color: #006633;
}

