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

