/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #040404;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1C1C1;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;

}

.content {
	line-height:16px;
	text-align:left;
	}

.conhdLeft {
	font-size:13px;
	font-weight:bold;
	color:#CC9900;
	margin-left:82px;
}

.conhdRight {
	font-size:13px;
	font-weight:bold;
	color:#CC9900;
	margin-left:82px;
}

.text1 {
	text-align: center;
	font-size: 11px;
	color: #C1C1C1;
}

.text2 {
	font-weight: bold;
	color: #F3B852;
}

/** LINKS */

a {
	color: #FFAB05;
	text-decoration:none;
}

a:hover {
	color: #FFAB05;
	text-decoration: underline;
}


/** BACKGROUNDS */

.bg1 {
	background: url(images/bg04.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg03.jpg) repeat-y left top;
}

.bg3 {
	background: url(images/bg06.jpg) no-repeat left top;
}

.bg4 {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/subpage1_01.jpg) repeat-y left top;
}

.bg6 {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage2_01.jpg) repeat-y left top;
}

/** FOOTER*/

.footer {
	text-align: center;
	font-size: 11px;
	color: #C1C1C1;
	line-height:18px;
}



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
	border: 1px solid #D4911C;
}

.img2 {
	float: right;
	margin-right: 15px;
}

.subHeader{
	margin-left:97px;
	font-size:14px;
	font-weight:bold;
}


.jon{
	margin:10px 0px 0px 117px;
	font-size:14px;
	font-weight:bold;
}

.jeff{
	margin:10px 0px 0px 113px;
	font-size:14px;
	font-weight:bold;
}



hr { display: none; }

.hr1 {
	height: 1px;
}

