body {
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	color:#949494;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-image:url('./images/background.gif');
	background-position:top center;
}
h1, h2{
	margin-top:0px;
	color:#000000;
	font-weight:normal;
	margin-bottom:5px;
	font-size:20px;	
}

.reverse {
	padding:2px 4px 2px 4px;
	color:#b3dfdf;
	background-color:#410000;
}

table {
	font-size:12px;
}

#fck {
	background-color:#ffffff;
	color:#cfcfcf;
}
a {
	color:#f5957b;
	text-decoration:none;
}
a:hover{
	color:#949494;
}

.heading{
	text-align:left;
	background-image:url('./images/heading_backg.gif');
	background-repeat:no-repeat;
	width:570px;
	height:35px;
	font-weight:normal;
	font-size:12px;
	padding-top:5px;
	color:#000000;
}




p{
	margin-top:3px;
	margin-bottom:8px;
	
}
hr {
	border:solid 0px #c10000;
	background-color:#c10000;
	height:1px;
	color:#c10000;

}
ul,ol {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5;
}
/*
ul {
	list-style-type: none;
	list-style-image: url('./images/triangle.gif');
}
*/
li {
	margin-bottom:8px;
}

