	/*     GENERAL CSS DEFINITIONS     */


* { margin: 0; padding: 0; }

BODY, TD
{ 

	color:						#000000;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:					normal;
	font-size:	12px;

}

P
{
	text-align:					left;
}

A:link, A:visited, A:active
{
	color:						#000077;
}

A:hover, A:focus
{
	color:						#2D6ACB;
}

H2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px;color:	#003366;

/*	background-image:url(images/bg_title.gif);
background-position: 8px left;
background-repeat: repeat-x; */
height: 23px;
padding-bottom: 5px;
padding-top: 10px;
text-transform:upper;}
