
div{
	width:100%;	
}
div.maindiv{
	width:95%;
	margin:auto;
	border:0px solid #AAA;
	background:white;
}
a{
	text-decoration:none;
	color:#C00;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a.menu{
	text-decoration:none;
	font-size:11px;
	color:#C00;
	font-weight:bold;
}
a.menu:hover{
	text-decoration:none;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.header{
	font-size:14px;
	font-weight:bold;
	color:#C00;
}

.tdheader{
	font-size:11px;
	color:#FFF;
	background:#C00;
}
input.submit{
	background:#C00;
	color:#FFF;
}