body 
	{
	font-family: arial, helvectica, sans-serif;
	font-size: 10pt;					
	background-color: #e4e0e0;	 		/* white */
	margin-left: 10px;
}

a:link										/* unvisited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0000ff;  					/* dark blue */
	}
a:visited									/* visited link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: blue;  					/* blue */
	}
a:hover										/* mouse over link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;     				/* black */
	}
a:active									/* selected link */
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: black;  					/* black */
	}
	

.titlestyle {
	font-size: 32px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytitlestyle {
	font-size: 20px;
	color: #000000;
	font-family: Arial;
}

.linktext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.footertext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}


