/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/
body
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	background: #015144
}

A:link 
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

A:visited 
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

A:hover 
{
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

/*------------------------------------------------------------------------------------------------
  nav classes
------------------------------------------------------------------------------------------------*/

.topnav 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}
.breadcrumbs 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}


/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.body 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-weight: normal;
}

.bodybold 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyitalic 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-style: italic;
}

.bodyitalicbold 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

.bodyheader 
{
	font-size: 14px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
}

 .crawler
{
	background-color: #DDDDDD;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
 }

.list 
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
}

.footer 
{
	font-size: 9px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #FFFFFF;
}

.copyright 
{
	font-size: 9px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #FFFFFF;
}


/*------------------------------------------------------------------------------------------------
  table styles
------------------------------------------------------------------------------------------------*/

.tablebg 
{
	background-color: #666666;
}

.tableheader 
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #ffffff;
}

.tablebody 
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #015144;
}

.tablerow 
{
	background-color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #000000;
}

.tablerow_alt 
{
	background-color: #669999;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #000000;
}

.tablerow_overlap
{
	background-color: #99CC99;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #000000;
}

.tablerow_null 
{
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #000000;
}

.error
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: red;
}
.tablerowError
{
	background-color: #FF9966;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #CC0033;
}
