td, tr, div {
	font-family: arial, sans-serif;  
	color: #000; 
	font-size: 12px;
	vertical-align:top;
}

a:link, a:active, a:visited
{
	color: #0000FE; 
   	text-decoration: underline;
}

a:hover
{
	color: #CC0033; 
 	text-decoration: underline;
 }

input, textarea
{
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	border: 2px inset;
}
.title
{
	font-family: tahoma, arial, sans-serif;  
	font-size: 14pt;
	color: #CC0033;
	font-weight: bold;
}

.heading
{
	font-family: verdana, arial, sans-serif;  
	font-size:12px;
	color:#CC0033;
	font-weight:bold;
}
.smallText
{
	font-size: 7pt;
	color: #000;
}
.headingBlue
{
	font-family: tahoma, arial, sans-serif;  
	font-size: 9pt;
	color: #0000FE;
	font-weight: bold;
}
.headingRed
{
	font-family: tahoma, arial, sans-serif;  
	font-size: 11pt;
	color: #CC0033;
	font-weight: bold;
}
.itemsTable
{
	border:solid thin #000;

}
.blueText
{
	color: #0000FE;
}
.redText
{
	color: #CC0033;
}

