BODY {
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}
img {
	border: 0;
}


h1 {
	font-size: 20px;
	color: #ef2a18;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
}

p.large {
	font-size: 16px;
	font-weight: bold;
}
.alt {
	color:#EF2A18;
}


/* text for seo */
.seotext {
	font-size: 9px;
	font-weight: normal;
	color: #3A3A3A;
	text-align: center;
	vertical-align: top;
}

.seotext A {
	font-size: 9px;
	font-weight: normal;
	color: #E7E7E7;
	text-decoration: none;
}

.seotext A:Hover {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}


.content {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin-left: 30px;
	margin-right: 20px;
}
.center {
	text-align: center;
}
.content a {
	font-size: 12px;
	font-weight: bold;
	color: #EF2A18;
	text-decoration: none;
}

.content a:Hover {
	font-size: 12px;
	font-weight: bold;
	color: #EF2A18;
	text-decoration: underline;
}
td.label {
	color: #ef2a18;
	padding-left: 5px;
	padding-right: 20px;
}
td.label small {
	color: #333;
}

/* forms */
label {
	width: 170px;
	display: block;
	float: left;
	text-align: right;
}
form div input, form div textarea {
	margin-left: 10px;
}
form div {
	clear: left;
}
