A:link  {
	color : blue;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Verdana;
	font-size : 10pt;
	}

A:visited  {
	color : purple;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial,Verdana;
	font-size : 10pt;
	}

A:active  {
	color : green;
	text-decoration : underline;
	font-weight : bold;
	font-family : Arial,Verdana;
	font-size : 10pt;
	}

A:hover  {
	color : red;
	text-decoration : underline;
	font-weight : bold;
	font-family : Arial;
	font-size : 10pt;
	}

BODY  {
	color : #330066;
	margin-left : 5;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : f0f0f0;
}

P  {
	font-family : Arial, Verdana;
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 30px;
}

LI  {
	font-family : Arial, Verdana;
	font-size : small;
	margin-top : 3px;
	margin-bottom : 3px;
}

UL  {
	font-family : Arial, Verdana;
	font-size : small;
	margin-top : 1px;
	margin-bottom : 1px;
}

TD  {
	font-family : Arial, Verdana;
	font-size : small;
}

H2  {
	font-family : Arial,Verdana;
	color : #C60000;
	font-size : x-large;
	font-style : bold;
}

H3  {
	font-family : Arial,Verdana;
	color : #C60000;
	font-size : large;
	margin-top : 5px;
	margin-bottom : 5px;
}

H4  {
	font-family : Arial,Verdana;
	color : #C60000;
	font-size : medium;
	margin-left : 10px;
	background-color : cccccc;
}

.tablehead  {
	FONT-SIZE : 11px;
	COLOR : #ffffff;
}

.bodysmall  {
	FONT-SIZE : 10px;
	COLOR : #333333;
}

.white  {
	COLOR : #FFFFFF;
	font-size : large;
}

.bordered  {
	border-width : thin;
	border-color : Gray;
	border-style : double;
	background-color : cccccc;
}

.bordered2  {
	background-color : cccccc;
}

.footertext  {
	FONT-SIZE : 9pt;
	COLOR : #999999;
	LINE-HEIGHT : 12pt;
}

