***************************************************
*  styles for html elements                        *
****************************************************/
body, td, div, p, br, ul, ol, h1, h2, h3, h4, h5, h6 {

	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 10pt;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 15pt;
}

ul {

	list-style-type: square;
	list-style-position:outside;
	margin-left: 15px; 
	padding-left: 0px;
}

ol {

	list-style-type: decimal;
	list-style-position:inside;
	margin-left: 25px;
	padding-left: 0px;
}

li
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin-bottom:3pt;
	margin-left: 0px;
	padding-left: 0px;
}


/***************************************************
	styles for links
***************************************************/

a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #888888;
}

a:hover
{
	color: #c72348;
}

img
{
	/*suppress image borders*/
	border: none;	
}


