/* below from zwarm.css */

/*------------------------------------------------------------------------------------------------
  page colors
------------------------------------------------------------------------------------------------*/
.tablebgbodyborder 
{
	background-color: #75160A;
}


.tablebgbody 
{
	background-color: #4B647E;
}


/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body
{
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	background: #000000}

A:link 
{
	color: #D6B9B6;
	text-decoration: none;
}

A:visited 
{
	color: #D6B9B6;
	text-decoration: none;
}

A:hover 
{
	color: #D6B9B6;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------
  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;
}

.tablebg 
{
	background-color: #666666;
}

.tablerow 
{
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #666666;
}

.tableheader 
{
	background-color: #666666;
	font-size: 14px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
}
.error
{
	font-size: 14px;
	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;
}




