@import "style.css";
@import url('style.css');
@import "forms.css";
@import url('forms.css');


body {
	background-color: #000;
	margin: 0 auto;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

h1,h2,h3,h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	color: #fefb00;
	margin: 0 0 20px;
}

h2 {
	font-size: 14px;
	margin: 0 0 10px;
	color: #fefb00;
}

p {
	margin: 0 0 18px;
}

#bodycon a {
	color: #fefb00;
	text-decoration: underline;
}

#bodycon a:hover {
	text-decoration: none;
}

td a, .search-links a {
	color: #fefb00;
	text-decoration: underline;
}
.no-line a{
	text-decoration:none ;
}
em { font-style: italic; }
strong, b { font-weight: bold; }
img {
	border: none;
}

ul, ol {
	padding: 0 0 0 20px;
	margin: 0 0 17px;
}

li {
	list-style: square;
}

td {
	font-size: 12px;
}
table th {
	padding-bottom:6px;padding-top:6px;
}
.b0 { border: none; }

.m0 {
	margin: 0;
}

#wrapper .mb0 {
	margin-bottom: 0;
}

#wrapper .mb10 {
	margin-bottom: 10px;
}

#wrapper .mb15 {
	margin-bottom: 15px;
}

#wrapper .mb20 {
	margin-bottom: 20px;
}

#wrapper .mb50 {
	margin-bottom: 50px;
}

#wrapper .mt20 {
	margin-top: 20px;
}

#wrapper .mt25 {
	margin-top: 25px;
}

.w600 {
	width: 600px;
}

.smalldate {
	font-size: 10px;
	line-height: 0;
	font-family: 'trebuchet ms';
	margin-top: 40px;
	margin-bottom: 10px;
	color: #999;
}

.clear1 {
	clear: both;
	height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.seo-head, span.big-home{
	text-transform:uppercase;
}
h1.seo-head, h2.seo-head{
	font-size:20px;
	margin-bottom:15px;
}

span.big-home{
	font-size:28px;
	color: #fefb00;
	padding:10px 0;
	width:100%;
}

