body {
	font-family: Helvetica, Arial, sans-serif;
	color:#939190;
	font-size:12px;
	margin:0px;
	line-height:1.2;
}
h1{
	margin-top:0px;
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
	color:#c10000;
	font-family:'Arial Black', Gadget, sans-serif;
}
h2 {
	font-weight:bold;
	font-size:12pt;
	margin-bottom:3px;
	margin-top:15px;
	color:#c10000;
	font-family:'Arial Black', Gadget, sans-serif;
}


#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 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;
}


