/*--------------------------------------------------------------------------------------------*/
/*-- Each area of this style sheet is labeled in comments ------------*/
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*-- Globals ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

body, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.small {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px
}
/*--------------------------------------------------------------------------------------------*/
/*-- Global Links ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

a  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:visited  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:active  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #0033cc;
}

a:hover  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ff0000;
}