body {
	font-family: 'Century Gothic',Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:13px;
	margin:0px;
	line-height:1.2;
}
h1{
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#b3071b;
}
h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	margin-top:15px;
}


#fck {
	background-color:#ffffff;
	color:#cfcfcf;
}
a {
	color:#b3071b;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#be1e2d;
}

p{
	margin-top:0px;
	margin-bottom:5px;
	line-height:1.5;
	margin-right:10px;
}
hr {
	border:solid 1px #b3071b;
	backgorund-color:#b3071b;

}
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/marker.gif');
}
li {
	margin-bottom:8px;
}

