BODY {
	background: #E46B67;
}
.tmain {
 	background: #FFFFFF;
	border-color: #000000;
 	border-style: solid;
 	border-width: 1px;
	height: 560px;
	width:750px;
}
.header {
 	font-family: Verdana, Arial;
 	font-size: 10px;
	font-weight: bold;
	height: 50px;
}
.hmenu {
 	font-family: Verdana, Arial;
 	font-size: 10px;
	font-weight: bold;
	background: #EDEDED;
	border-color: #C0C0C0;
 	border-top-style: dashed;
 	border-bottom-style: dashed;
 	border-width: 1px;
	height: 20px;
	text-align: center;
	color: #8C1717;  	
}

A {
 	font-family: Verdana, Arial;
 	font-size: 10px;
	/*font-weight: bold; */
	color: #8C1717;  	
	text-decoration: none;
}

A:hover {
 	font-family: Verdana, Arial;
 	/*font-size: 10px;*/
	color: #8C1717; 
	text-decoration: underline;
}

.footer {
 	font-family: Verdana, Arial;
 	font-size: 9px;
	color: #808080; 
	background: #FFFFFF;
	border-color: #C0C0C0;
 	border-top-style: dashed;
 	border-width: 1px;
	height: 20px;
	text-align: center; 
}
.tdcontent {
	background: #FFFFFF;
	vertical-align: top; 
}
.content {
 	font-family: Verdana, Arial;
 	font-size: 11px;
 	margin-top: 30px;
 	margin-left: 40px;
 	margin-right: 40px;
}

