﻿html,body,form
{
	margin: 0 0 0 0;
	color: #90a8d8;
	background-color: #333;
	font-size: 11pt;
	font-family: Tahoma,Arial,Verdana;
}

body
{
	text-align: center;
}

.mainWrapper
{
	margin: 0 auto;
	width: 1002px;
	text-align: left;
}

.header
{
	width:100%;
}

.headTable
{
	width:100%;
	padding-left:4px;
}

.headMenu
{
	vertical-align:bottom;
	width:100%;
}

.headBanner
{
}

.headLogo
{
	vertical-align:top;
	position: relative;
	left:0;
	top:0;
	z-index:10000;
	width: 234px;
}

.headLogoLine
{
	vertical-align:top;
	padding-top: 40px;
}

.mainContent
{
	padding: 5px 5px 5px 5px;
	background-color: #222222;
	/*background-image:url(images/bg_border.png);*/
	background-repeat:repeat-y;
	width:100%;
	text-align:left;
}

.TableWidth
{
	width:100%;
}


.footer{
	width:100%;
}

.footerContent{
	width:100%;
	border-top:solid 1px #0e0e0e;
	padding: 15px 0 15px 0;
	text-align:center;
}

.indented{
	margin-left:15px;
	margin-right:15px;
}

.bottomSpace{
	padding-bottom:8px;
	padding-right:10px;
}

.xChoke{
	width:267px;
	height:200px;
}

/***** Headers *****/
.h1{
	color:#f03a3a;
	font-size:18pt;
	font-weight:bold;
}

.h2{
	color:#f03a3a;
	font-size:16pt;
	font-weight:bold;
}

.label1{
	font-weight:bold;
}

.border_redoutset
{
	border: outset 5px #e73838;
}

.border_greenoutset
{
	border: outset 5px #29673c;
}

a
{
	color: White;
	text-decoration: none;
}

a:hover
{
	color: White;
	text-decoration: underline;
}

a:visited
{
	color: White;
	text-decoration: none;
}

a:active
{
	color: White;
	text-decoration: none;
}
