
H1	{
	font-size : 20pt;
	font-family : Arial;
	font-weight : bold;
	color : #6666cc;
}

P, TD  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #6666cc;
	text-decoration : none;
	text-align : justify;
	background-color : White;
}

TH {
	font-size : 12pt;
	font-family : arial;
	color : #6666cc;
	font-style : bold;
	}

A:Visited  {
	color : Green;
}

A:Active  {
	color : Red;
}

A:Hover  {}

BODY  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	background-color : White;
}
STRONG	{
	font-weight : bold;
	color : navy;
}
BIG	{
	font-size : 13pt;
	font-family : Arial;
	font-weight: bold;
	color : navy;
	background-color : white;
}
SMALL {
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	background-color : White;	
}