body, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #EB4B1B;
	text-decoration:none;
}
body {
	margin-left: 30px;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 20px;
}
a:hover, .desc a:hover {
	border-bottom: 1px dotted #fff;
}
.modetype, .modetype a {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #76220A;
	text-decoration: none;
}
.modetype a:hover {
	border: 0px;
	color: #ffffff;
}
.titletype, .titletype a {
margin: 0px;
	
}
.desc, .desc a {
	font-family: "Courier New", Courier, mono;
	color: #77230B;
	font-size: 10px;
	text-decoration: none;
	line-height:11px;
	
}
.desc {
	margin:0px;
}
.menu{
list-style:none;
margin: 0px;
padding: 0px;
}
.menu li{
	padding: 10px 20px 20px 0px;
	border-bottom: 1px dotted #D50000;
	width: 300px;
}
.selecttext{
	padding-right: 20px;
	padding-top: 10px;
}
.heading{
	width: 300px;
	padding: 0px 20px 20px 0px;
	border-bottom: 1px dotted #D50000;
}
.rem{
	padding: 20px 20px 20px 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
.bt{
	border: 1px solid #fff;
	margin-top: 5px;
	font-size: 11px;
	color: #fff;
	background: #C43911;
}