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

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

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

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

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

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

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

.body 
{
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	color: #333333;
	font-weight: normal;
}

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

.bodybold 
{
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
}

.bodyitalic 
{
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.list 
{
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}

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

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

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

.homeheader1 
{
	font-size: 18px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #000000;
}

.homeheader2 
{
	font-size: 16px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #000000;
}

/*------------------------------------------------------------------------------------------------
  table classes
------------------------------------------------------------------------------------------------*/

.tablebg 
{
	background-color: #666666;
}

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

.tablerow2 
{
	background-color: #CCCCCC;
	font-size: 9px;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #666666;
}

.tableheader 
{
	background-color: #6699CC;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
}

.tablefooter 
{
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #333333;
}
