/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url("img/bg.gif");
}
th, td, div, p,  span, font {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
h1 {font-size:20px; color:#207E23;}
h2 {font-size:16px; color:#207E23;}
h3 {font-size:14px; color:#207E23;}
ul {list-style-type:disc;}
table {border: 0px;}
img {border: 0px;}

/* Links */
a {color: #FF0000;text-decoration: underline;}
a:hover {color: #219A28;text-decoration: underline;}
.link_black {color: #000000;text-decoration: none;font-size: 11px;}
.link_black:hover {color: #FF0000;text-decoration: underline;font-size: 11px;}
.link_small {color: #000000;text-decoration: underline;}
.link_small:hover {color: #FF0000;text-decoration: none;}
.menu {font-size: 11px;color: #383838;text-decoration: none;font-weight: bold;}
.menu:hover {font-size: 11px;color: #FF0000;text-decoration: underline;font-weight: bold;}
.menu_sm {font-size: 9px;color: #FFFFFF;text-decoration: none;}
.menu_sm:hover {font-size: 9px;color: #FFFFFF;text-decoration: underline;}

/* Classes */
.tbl_body {background-color: #FFFFFF; padding: 5px;}
.date {color: #219A28;	text-decoration: underline;}
.header {
	color: #219A28;
	font-size: 12px;
	font-weight: bold;
}
.input {
	font-size: 10px;
	font-weight: normal;
	width: 300;
}
.th_head {font-size:12px; color:#207E23; font-weight: bold;}
.green {color:#207E23; font-weight:bold;}