/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
}.menubg {
	font: normal 9px verdana;
	
}

h1 {
	font-size: 110%;
	color: #0C4176;
	font-weight: bolder;
}

h2 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;	
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #0C4176;
	vertical-align: text-top;
	
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.tdmain {
	padding-top: 15px;
}

input {
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #666666;
	margin-left: 20px;
}

textarea {
	border: 1px solid #666666;
	color: #666666;
	margin-left: 20px;
}

a:link {
	color: #0C4176;
	text-decoration: none;
	
}

a:visited {
	color: #0C4176;
	text-decoration: none;
	
}

a:hover {
	color: #bbd032;
	text-decoration: none;
	
}

a:active {
	color: #0C4176;
	text-decoration: none;
}
