﻿@charset "UTF-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CC9933;
	font-size: 11px;
	text-decoration: none;
	line-height:16px;
	text-align: left;
	margin:0;
	padding:0;
	height:100%;
	border:none
	}

.bodyContent {
	color:#CC9933;
	font-size:15px;
	text-align:center;
	line-height:26px;
	font-weight: bold;
}
.bodyBold {
	color:#996600;
	font-size:11px;
	text-align:center;
	line-height:16px;
	font-weight:bolder;
	letter-spacing: 3px;
}
.headers {
	color:#DF7412;
	font-size:12px;
	text-align:justify;
	line-height:16px;
}
.punchPoints {
	color:#FF9933;
	font-size:12px;
	text-align:justify;
	text-align:center;
	letter-spacing: 3px;
	font-weight: bold;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #996600;
}

#contentTable {
	background-color:#000000;
 	margin-left:auto; margin-right:auto;
	width:900px;
    height:100%;

}
.alert {
	color:#DDC9A0;
	font-weight: bold;
	font-size: 14px;
}
	
.copyright {
	color:#000000;
	font-size:9px;
	text-align:left;
	text-indent: 10px;
	}

.imgFrame {
	border: 1px solid #C9B8A6;
	margin-left:10px;
	padding: 1px;
}

#inputTables {
	width: 380px;

}
.bodyContentALT {
	color:#FFCC66;
	font-size:15px;
	text-align:center;
	line-height:26px;
	font-weight: bold;
}
.copyrightMAIN {
	color:#663300;
	font-size:10px;
	text-align:center;
}
