@charset "UTF-8";


body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666666;
}

a:link	{
	font-weight: bold;
}

a:link	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	text-decoration: none;
}

a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	color:#999933; 
	text-decoration: none;
}

a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	text-decoration: underline;
}		

.heading1 {
	font-family: "Lucida Sans";
	font-size:16px;
	line-height: 32px;
	color: #000000;
	}
	
p#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	font-weight:bold;
	border: 0px;
	padding: 3px;
}				
