BODY {
	font-family: arial;
	color:#669900;
	font-size: 12px;
}
td {font: 10pt "arial"; font-weight:normal; text-decoration: none}
.NavLinks{font: 9pt "arial"; font-weight:bold; text-decoration: none}
.NavLinks2{font: 10pt "arial"; font-weight:bold; text-decoration: none}
.NavLinks3{font: 10pt "arial"; font-weight:bold; text-decoration: none}
.LinkDesc{font: 8pt "arial"; font-weight:normal; text-decoration: none}
.SmallHdr{
	font: 12pt "arial";
	font-weight:normal;
	text-decoration: none;
	line-height: 18pt;
	color:#336600
}
a:link{color:#669900;font-weight:bold; text-decoration: none}
a:visited{color:#669900;font-weight:bold; text-decoration: none}
a:focus{color:#669900;font-weight:bold; text-decoration: none}
a:hover{color:#99cc00;font-weight:bold; text-decoration: none}
a:active{color:#669900;font-weight:bold; text-decoration: none}
a img {border: none;}
.bg1 {
	background-image: url('images/green_box.jpg');
	background-repeat: no-repeat;
}

h1{color:#669900; font: 16pt "Verdana"; font-weight:bold; text-decoration: none}
h2{color:#669900; font: 12pt "Verdana"; font-weight:normal; text-decoration: none}

table.mytable {
border:5px solid #669900;
}
table.mytable td {
	border:0px;
	vertical-align: top;
	top: auto;
	font-size: 12px;
} 

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.bold_button_green{
background-color:#99CC33;
padding: 7px 7px;
color: white;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}
