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

body
{
	font-size: 16px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
}

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

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

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

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

.topnav 
{
	font-size: 16px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
}



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

.body 
{
	font-size: 16px;
	font-family: Georgia, Arial, Verdana;
	color: #333333;
	font-weight: normal;
}

.bodybold 
{
	font-size: 16px;
	font-family: Georgia, Arial, Verdana;
	color: #333333;
	font-weight: bold;
}

.bodyitalic 
{
	font-size: 16px;
	font-family: Georgia, Arial, Verdana;
	color: #333333;
	font-style: italic;
}

.bodyheader 
{
	font-size: 20px;
	font-family: Georgia, Arial, Verdana;
	font-weight: bold;
	color: #333333;
}

.caption 
{
	font-size: 12px;
	font-family: Georgia, Arial, Verdana;
	color: #333333;
	font-weight: normal;
}


.thumbs 
{
	font-size: 10px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	color: #333333;
}

.list 
{
	font-size: 10px;
	font-family: Georgia, Arial, Verdana
	font-weight: normal;
}

.footer 
{
	font-size: 9px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	color: #666666;
}

.copyright 
{
	font-size: 9px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	color: #666666;
}

.tablebg 
{
	background-color: #666666;
}

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

.tableheader 
{
	background-color: #666666;
	font-size: 10px;
	font-family: Georgia, Arial, Verdana
	font-weight: bold;
	color: #FFFFFF;
}
.error
{
	font-size: 12px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	color: red;
}
.tablerowError
{
	background-color: #FF9966;
	font-size: 9px;
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	color: #CC0033;
}

