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

body {
	background-color: #003300;
	margin: 0 0 0 0;
}
h1{color:#ffed00; font-size:15px; font:Arial, Helvetica, sans-serif; font-weight:bolder;}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00be6a;
	text-align: left;
}

.label {
color:#ffed00; font-size:15px; font:Arial, Helvetica, sans-serif; font-weight:bolder; line-height: 30px;
}

.default {
	border: 20px solid white;
}
.links {color:#00662c}
a.links{color:#00662c; text-decoration:underline;}
a:hover.links{color:#00662c; text-decoration:none;}
#nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff200;
	vertical-align: bottom;
	padding-bottom: 14px;
	padding-left: 10px;
}

#nav a {
	font-weight: bold;
	color: #fff200;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#nav a:hover {
	color: #41ad49;
	text-decoration: none;
}

#pageNav a {
	text-decoration: none;
	color: #41ad49;
}

#pageNav a:hover {
	text-decoration: none;
	color: #219a29;
}
	
#nav .selected {
	color: #41ad49;
	text-decoration: underline;
}

.blackBg {
	background-color: #000000;
}

.whiteBg {
	background-color: #FFFFFF;
}

.grayBg {
	background-color: #eceded;
	padding: 10px 20px 10px 20px;
}
.greenBg {
	background-color: #98b496;
	padding: 10px 20px 10px 20px;
}

.pad {
	padding: 10px 20px 10px 20px;
}

input, textarea {
	border: 1px solid #3a8c66;
	background-color: #eceded;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
}

button, input[type="button"], input[type="submit"] {
	width: 100px;
	font-weight: bold;
	color: #006e3a;
	font-size: 1.2em;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	cursor: pointer;
	color: #003300;
}

#submit1, #submit2, #submit3 {
	width: 100px;
	font-weight: bold;
	color: #006e3a;
	font-size: 1.2em;
}

#submit1:hover, #submit2:hover, #submit3:hover {
	cursor: pointer;
	color: #003300;
}

.divL {
	float: left;
}

.divR {
	float:right;
}

.boldGreen {
	font-weight: bold;
	color: #006e3a;
	font-size: 1.2em;
}

.error {
	font-weight: bold;
	color: #880000;
	font-size: 1.1em;
}

.info {
	font-weight: bold;
	color: #000088;
	font-size: 1.1em;
}

.message {
	text-align: justify;
}


hr {
	border: 0;
	height: 1px;
	width: 99%;
	background-color: #cdcdcd;
}

h2 {
	color: #006e3a;
	text-align: left;
}
