@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
}
	
.maintable {
	width: 960px;
	font-family: Verdana, Geneva, sans-serif;
}



a:link {
	color: #c5212a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c5212a;
}
a:hover {
	text-decoration: underline;
	color: #c5212a;
}
a:active {
	text-decoration: none;
}
.text_highlight {
	color: #c5212a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-size: 11px;
	color: #AAA;
	font-weight: lighter;
}
.footer_highlight {
	font-size: 11px;
	color: #fff;
}
.main_text {
	color: #DDD;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.popup_text {
	color: #333;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}


form{
	height:22px;
	width:280px;
}

.textarea{
	float:left;
	 
	width:190px;
}
.submit{
	height:22px;
	margin-left:8px;
}

