/*------------------------------------------------------------------------------------------------
  email classes
------------------------------------------------------------------------------------------------*/

body, td, p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

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

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

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

.headerdiv 
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCC9A; 
}