P  {
	font-family : Arial;
	background-color : Silver;
	font-size : 10pt;
}

H1  {
	font-family : Arial;
	font-weight : bold;
	color : #333333;
	font-size : 14pt;
	font-style : italic;
}

H2  {
	font-size : medium;
	color : #ff6000;
	font-style : italic;
	font-weight : bold;
	font-family : Arial;
}

H3  {
	font-family : Arial;
	color : #666666;
	font-size : 12pt;
	font-weight : bold;
	margin-bottom : 0;
}

A  {
	color : #333333;
	font-family : Arial;
	text-decoration : none;
	font-size : 10pt;
	font-weight : bold;
}

A:Visited  {
	text-decoration : none;
	font-family : Arial;
	color : #333333;
	font-size : 10pt;
	font-weight : bold;
}

A:Active  {
	font-family : Arial;
	color : #ff6000;
	text-decoration : none;
	font-size : 10pt;
	font-style : italic;
	font-weight : bold;
}

A:Hover  {
	text-decoration : none;
	color : #ff6000;
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	color : Black;
	background-color : Silver;
	font-size : 10pt;
	margin-left : 15;
	margin-right : 15;
}

