BODY,p  {
	font-family : arial, helvetica, san serif;
	font-size : 10pt;
	font-style : normal;
	cursor : auto;
	color : #000000;
	background : #FFFFFF;
	margin-left : 25px;
	margin-right : 25px;
}

A:Link  {
	color : Teal;
	font-family : arial, helvetica, san serif;
	font-style : normal;
	font-weight : bold;
}

A:Visited  {
	color : Gray;
	font-family : arial, helvetica, san serif;
	font-weight : bold;
}

A:Hover {
	color : #32CD32;
	font-family : arial, helvetica, san serif;
	font-weight : bold;
	text-decoration : underline;
}

H1  {
	color : blue;
	font-size : 13pt;
	font-style : bold;
	font-variant : smallcaps;
	text-align : center;
	display : inline;
}

H2  {
	color : Red;
	font-size : 12pt;
	font-style : bold;
	font-variant : smallcaps;
	text-align : center;
	display : inline;
}

H3  {
	color : #0000A0;
	font-size : 11pt;
	font-style : bold;
	text-align : center;
	display : inline;
}

H4  {
	color : black;
	font-size : 11pt;
	font-style : bold;
	color : #000000;
	text-align : center;
	display : inline;
}

H5  {
	color : Navy;
	font-size : 10pt;
	font-style : bold;
	display : inline;
}

H6  {
	color : #400080;
	font-size : 7pt;
	display : inline;
}

ul.no_indent {
	list-style: disc inside;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
}


