﻿@charset "UTF-8";
html,body {
	font-family: "Trebuchet MS";
	background-color: #000000;
	color: #DDC9A0;
	font-size: 13px;
	text-decoration: none;
	line-height:16px;
	text-align: left;
	margin:0;
    padding:0;
     height:100%;
     border:none
	}

.bodyContent {
	color:#FFFFFF;
	font-size:12px;
	text-align:justify;
	line-height:26px;

}
.bodyBold {
	color:#DF7412;
	font-size:12px;
	text-align:justify;
	line-height:16px;
	font-weight:bold;

}
.headers {
	color:#DF7412;
	font-size:14px;
	text-align:justify;
	line-height:16px;

}
.punchPoints {
	color:#F3E491;
	font-size:18px;
	text-align:justify;
	line-height:42px;
	text-align:center;
}
a:link {
	color: #FFFFFF;
		text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #DDC9A0;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#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:#333333;
	font-size:9px;
	text-align:left;
	}

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

#inputTables {
	width: 380px;

}
