/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
}
body {
	background-color: #003300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.small {font-size: 10px}
.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.subheadline {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	font-weight: bold;
}
.greenbig {
	font-size: 24px;
	font-weight: bold;
	color: #003300;
}
.bold {
	color: #000000;
	font-weight: bold;
}

td.padlr {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	vertical-align: top;
}

td.nopadlr {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

a.smalllink {
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
td.leftpad {
width: 100%;
padding-left: 1px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#menu {
width: 100%;
/* this width value is also effected by
the padding we will later set on the links. */
}

#menu ul {
margin: 0px 0px 1px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 11px;
}

#menu li {
margin: 1px 0px 0px 0px;
vertical-align:top;
}

#menu a {
color: #003300;
display: block;
/*height:34px;*/
width:150px;
padding-left: 6px;
border: 0px;
background: #DCDCDC;
text-decoration: none;
}

#menu a:link, #menu a:active, #menu a:visited {
color: #003300;
}

#menu a:hover {
border: 0px;
background: #003300;
color: #FFFFFF;
}