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

/* BODY & FORMATTING */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(../bg-scanline.jpg);
}
body, td, th {
	font-family: 'PT Sans', arial, serif;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
/* LINK STYLES */
a:link {
	color: #FFF;
	font-weight: normal;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #09C;
}
a:active {
	color: #09C;
}
a.smlink:link {
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	color: #999;
	font-weight: normal;
}
a.smlink:visited {
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	color: #999;
	font-weight: normal;
}
a.smlink:hover {
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
	color: #FFF;
	font-weight: normal;
}
a.smlink:active {
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
	color: #FFF;
	font-weight: normal;
}
a.titleLink:link {
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
a.titleLink:visited {
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
a.titleLink:hover {
	font-size: 18px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.titleLink:active {
	font-size: 18px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.breadcrumb:link {
	font-size: 12px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.breadcrumb:visited {
	font-size: 12px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
a.breadcrumb:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
a.breadcrumb:active {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
/* HEADERS & SPECIAL TEXT */
.finePrint {
	font-size: 10px;
}
hr {
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    margin-bottom: 30px;
	margin-top: 10px;
    height: 0;
}
h1 {
	font-size: 24px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
}
h4 {
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
}
th {
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	background-color: #333;
	border: 1px solid #222;
	border-collapse:collapse;
}
.breadcrumb {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
/*DIV FORMATTING*/
.divBody {
	border-bottom:1px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	padding:15px;
	margin-bottom:30px;
	padding-bottom: 30px;
}
#contactBox {
	border: 1px solid #666;
	padding: 10px;
	height: 135px;
	width: 205px;
	background-color: #333;
	position: relative;
	z-index: 2;
	right: 0px;
	float: right;
	margin: 0px;
}
