.bgColor 
{
	background-color: #3c37e9;	
}

.bgColorBlack 
{
	background-color: black;	
}


.fullWidth 
{
	width: 980px;	
}

.mainBody1 
{
	width: 25px;
	border-right: 1px solid black;
	background-color: #3c37e9;		
}

.mainBody2 
{
	width: 150px;
	background-color: white;
      color: black
}

.mainBody3 
{
	width: 628px;
	border-right: 1px solid black;
	border-left: 1px solid black;
      color: black
	background-color: white;
	background-image: url("images/bgLogo.gif");
	background-repeat: no-repeat;
	background-position: BOTTOM RIGHT;
	background-color: white;
}

.mainBody4 
{
	width: 150px;
	background-color: white;
      color: black
}

.mainBody5 
{
	width: 23px;
	border-left: 1px solid black;
	background-color: #3c37e9;
}

.smallLogo
{
	width: 50px;
	height: 50px;
}

.mainBodyFooter
{
	width: 630px;
	background-color: white;
      color: black
}

.padFooter
{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12;
}

.footerBorder
{
	border-top: 1px solid black;
}

.menuFixed
{
  position:fixed;
  _position:absolute;
  top:215px;
  _top:expression(eval(document.body.scrollTop + 215));
}

.ads
{
  position: absolute;
  top:215px;
}

.disclaimerText
{
	font-size: 12;
}

.topH
{
	padding-top: 0px;
	margin-top: opx;
}



.bodyBorder
{
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.btnHovered
{
	background-color: white;
	color: black;	
	border: 2px solid Black;
	padding: 1px;
	cursor: pointer;
	font-size: 14;
}

.btnUnhovered
{
	background-color: black;
	color: white;	
	border: 2px solid white;
	padding: 1px;
	font-size: 14;
}

a.lnkButton:link              { color: white; text-decoration:none; }
a.lnkButton:visited           { color: white; text-decoration:none; }
a.lnkButton:hover             { color: black; text-decoration:none; }
a.lnkButton:active            { color: white; text-decoration:none; }

.paraText
{
	padding-left: 25px;
	padding-right: 25px;
}

.paraTextBottom
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
}

.paraTextPadTop
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
}

ul.sysOffers
{
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
}

li.sysOffers
{
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px;  
}

.secondColor 
{
	background-color: #555555;
	color: White;
}

.mainBorderBottom 
{
	border-bottom: 2px solid white;
}

.mainBorderTop 
{
	border-top: 2px solid white;
}

.secondBorderBottom 
{
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid #555555;
}

.tabBorder 
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	cursor: pointer;
}

.centered 
{
	margin-left: auto; 
	margin-right: auto;		
}

.topTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20;
	font-weight: bold;
}

.selectedTab {
	font-weight: bold;
	cursor: pointer;
}


.topTableTd {
	font-size: 18;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
}

.padTop
{
	padding-top: 15px;
}

.padBottom
{
	padding-bottom: 15px;
}

.padRight
{
	padding-right: 20px;
}

.padLeft
{
	padding-left: 20px;
}


