
BODY {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#003333;
}

:focus
{
  -moz-outline-style  :  none;
}

table
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout: fixed ;

  color            :  #FFFFFF;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;

  text-align       :  left; 
}

.logTable
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  table-layout     :  fixed;
	
  color            :  #FFFFFF;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px; 
  font-weight      :  800;

  text-align       :  left; 
}

.carTable
{
  border-collapse  :  collapse;
  border-spacing   :  0;
  width			   :  777px;
  table-layout 	   :  fix; 
  font-family      :  verdana, arial, sans-serif;
}

.statTable
{
  color            :  #FFFFFF;
  table-layout     :  fixed;
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px; 
  font-weight      :  800;
  background-color : #006699;
}

a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #FFFFFF;
   
  text-decoration  :  underline;
}
 
a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffb129;
   
  text-decoration  :  none;
}


.logLink {
	color:#FFFFFF;
	text-decoration  :  none;
	font-weight:800;
}

.logLink2 {
	color:#FFFFFF;
	text-decoration  :  none;
	font-weight:normal;
}

.logLink:hover {
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffb129;
   
  text-decoration  :  none;
}

.calLink {
	color:#FFFFFF;
	font-size:9px;
	text-decoration  :  none;
	font-weight:700;
}

.calHead {
	color: #FFFFFF;
	font-size:9px;
	text-decoration  :  none;
	font-weight:bold;
}

a:visited {
	color: #FFFFFF;
} 

A.invertLink { color: #FFFFFF;  }
A.invertLink:HOVER { color: #000099;  }
A.invertLink2 { color: #FFFFFF;  }
A.invertUsc { text-decoration: underline; font-weight:bold; }
A.invertUsc:HOVER { color: #000099;  }

#header
{
   width       :  100%;
   height      :  180px;
   background  :  #0090cf url('images/headerBg.jpg');
   text-align  :  center;
}

#headerBlock
{
  position  :  relative;
  top       :  0px;
  left      :  0px;
  width     :  779px;
  height    :  180px;
}

#headerImg
{
  top       :  0px;
  left      :  0px;
  position  :  absolute;
}

.menu
{
  position  :  absolute;
  top       :  10px;
  left      :  100px;
  width     :  670px;
}

.menu ul
{
  margin   :  0px;
  padding  :  0px;
}

.menu li
{
  margin      :  0px;
  float       :  left;
  width       :  109px;
  height      :  40px;
  text-align  :  center;
  list-style  :  none;
}

.menu a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;
  color            :  #ffffff;

  text-decoration  :  none;
}
 
.menu a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  font-weight      :  bold;  
  color            :  #ffb129;

  text-decoration  :  none;
}

.phone
{
  position  :  absolute;
  top       :  140px;
  left      :  27px;
  width     :  200px;
  color     :  #ffffff;
  line-height  :  14px;
}

.phone a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;

  text-decoration  :  none;
}
 
.phone a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffb129;

  text-decoration  :  none;
}

.loginout
{
  position  :  absolute;
  top       :  160px;
  left      :  685px;
  width     :  100px;
  color     :  #ffffff;
  line-height  :  14px;
}

.loginout a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
  font-weight	   :  600;
  text-decoration  :  none;
}
 
.loginout a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffb129;

  text-decoration  :  none;
}

.footer
{
  color         :  #ffffff;
  height        :  71px;
  background    :  url('images/footerBg.jpg');
  padding-left  :  10px;
}


.footer a
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffffff;
  font-weight      :  bold;
   
  text-decoration  :  none;
}
 
.footer a:hover
{
  font-family      :  verdana, arial, sans-serif;
  font-size        :  11px;
  color            :  #ffb129;
  font-weight      :  bold;
   
  text-decoration  :  none;
  
  border-bottom    :  dotted 1px #ffb129;
}

form
{
  margin  :  0px;
}

.frmHeading
{
  background    :  #0086c5;
  padding-left  :  5px;
  height        :  20;   
  width         :  100%;

  color         :  #ffffff;
  font-size     :  12px;
  font-weight   :  bold;
}

input.text
{
  font-family  :  verdana, arial, sans-serif;
  font-size    :  11px;
  color        :  #000000;
  
  padding      :  3px 2px 1px 2px;
  width        :  168px;
  height       :  20px;
  
  border       :  solid 1px #8bc8e2;
  background   :  #dceef7;
}

input.button
{
  font-family  :  verdana;
  font-size    :  11px;
  font-weight  :  bold;
  color        :  #000000;
  
  text-align   :  center;

  width        :  70px;
  height       :  22px;
  background   :  #78C0E2;
}

.industrial {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; }

.headStyle {
	font-size: 12px;
	font-weight: bold;
}

.headTableStyle {color: #FFFFFF; background-color:#0066CC}

TH.vis, TD.vis { color: #FFFFFF; font-weight: bold; }
TH.vislight, TD.vislight { color: #CCCCCC; }