body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #993300;
	background-image: url(../_images/bg-frf.jpg);
	background-repeat: no-repeat;

}



a:link {
	color: #CF4401;
	text-decoration: none;
}
a:visited {
	color: #CF4401;
	text-decoration: none;
}
a:hover {
	color: #CE6700;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}


li {
	list-style-image:url(../_images/bullet.gif);
	color:#666666;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	margin-left: 100px;
}
