/* Base Tags*/
BODY  {
	font-family : arial,helvetica,sans-serif;
	background-color : #FFFFFF;
	color : #000000;
}

H3 {
	font-size: 10pt;
}

TR,
TD,
TEXTAREA,
INPUT,
SELECT  {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
}

A:link  {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	color : #AE0B00;
	text-decoration : none;
}

A:visited  {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	color : #79000D;
	text-decoration : none;
}

A:hover  {
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;	
	color : #F19B99;
	text-decoration : underline;
}

/* Classes*/

.label {
	color: #000000;
	background-color: #FFF3CE;
}

.normal {
	color: #000000;
}

.italic {
	color: #000000;
	font-style: italic;
}

.Footer  {
	font-size : 8pt;
	color : #AE0b00;
}
