body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #d3c6a0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
A:link  {
	color : #8c1e4e;
	text-decoration : none;
	font-weight : bold;
}
A:visited  {
	color: #8c1e4e;
	text-decoration: none;
	font-weight: bold;
}
A:active  {
	color : #333399;
	text-decoration : none;
	font-weight : bold;
}
A:hover  {
    color : #8c1e4e;	
	 text-decoration : underline; 
	 font-weight : bold;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;	
}
h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #121212;
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 3px;
}
h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #121212;
	margin-top: 2px;
	margin-bottom: 3px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 3px;
}
.box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-bottom: 5px;	
}
ul {
	list-style-image: url(images/ul_check.gif);
	FONT-WEIGHT: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 4px;"
}
