body {
	background-color: #330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	}
	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.redtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: none;
	color: #cccccc;
}

.style16 {color: #ff9900}

.style20 {color: #ff0000}

.style21 {color: #cccccc}


.leftcol {
	float:left;
	margin: auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	height: auto;
	width: 350px;
	border-bottom: none #000000 double;
	border-left:none;
	border-right:none;
}

.rightcol {
	float:left;
	margin: auto;
	padding-left:20px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	height: auto;
	width: 350px;
	border-bottom: none #000000 double;
	border-left:none;
	border-right:none;
}

.header {
	background-color:#330000;
	border-top: none #000000 double;
	color:#FF0000;
	text-align:left;
	font-size:22px;
	padding:0px;
	float:left;
	margin: auto;
	height: auto;
	width: 340px;
	font-weight:bold;
}

.text {
	padding: 20px, 20px, 20px, 0px;
}

#button {
	color:#FF9900;
	text-align:center;
	height: auto;
	font-size:11px;
}

a:hover#button {
	text-decoration: none;
	color: #FF0000;
}

.title {
	
	color:#FF0000;
	font-weight:bold;
	font-size:16px;

}

.descrip {
	font-size:12px;
	color:#CCCCCC;

}




