body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;	
/*	background-color: #FFF9EA;*/
    background-color: white url(bg.png);
	background-repeat: repeat-x;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 14px;*/
	font-style: normal;
	color: #000000;
/*	background-color: #FFFFFF;*/

}
/*a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
    color: #000033;
}
*/
a:hover {
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #CCCCCC;*/
/*	color: #003366;*/
    color: #ff0000;
	font-size: 16px;
	font-style: bold;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 20px;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
/*	color: #000000;*/
}

