
a
{
	color: #0D9650;
	text-decoration:none;
	font-weight: bold;
}
a:hover
{
	color: #006625;
}

H1
{
	color: white;
	font-size: large;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
H2
{
	color: #0D9650;
	font-size: 14pt;
	font-weight: normal;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
H3
{
	color: #333;
	font-size: small;
	text-align:center;
	padding: 3px;
	margin: 0px;
}

H5
{
	color: red;
	font-size: small;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

LI {
	LIST-STYLE-IMAGE: url(res/bullet.gif);
}


body,td
{
	font-family: arial, verdana, helvetica;
	font-size: 9pt;
	font-weight:normal;
	color: #333;
}
#container
{
	width:760px;
	margin: auto;
	text-align:center;
}
#maintable
{
	border: 1px solid silver;
}
td
{
	border: 0px yellow dotted;
}

.logo
{
	
}

.menu
{
	color:black;
	background-image: url();
}
.menu
{
	padding: 4px;
	background-image: url(res/menu-back.jpg);
}
.menu a:link,a:visited,a:active
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 4px;
}
.menu a:hover
{
	text-decoration: none;
	background-color: #0D9650;
	color: white;
	padding: 4px;
}

.header
{
	background-color: #0D9650;
	height: 50px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	color: white;
	font-size: 18pt;
	padding: 8px;
}
.left
{
	background-color: #dddddd;
	text-align: center;
	padding-top: 10px;
}
.content
{
	padding: 10px;
}
.right
{
	background-color: #dddddd;
	padding-top: 10px;
	text-align:center;
}
.banner
{
	background-image: url(res/banner-top.jpg);
	height: 123px;
}
.footer
{
	padding: 10px;
	background-color: #0D9650;
	font-size: xx-small;
	color: white;

}
form
{
	font-size: 8pt;
}
form input
{
	font-size: 8pt;
}
form .button 
{
	background-color: #0D9650;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	
}
