@CHARSET "UTF-8";

@IMPORT url("/css/reset.css");
.clear {
	clear: both;
}
h1 {
	font-size: 22px;
	color: #E50000;
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-top: 30px;
}
p {
	padding: 5px 0 10px 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #E50000;
	line-height: 1em;
	padding-bottom: 10px;
	background: url("/images/h_separator.gif") repeat-x bottom;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #E50000;
	line-height: 1em;
	margin-bottom: 5px;
	margin-top: 15px;
}
#content ul {
	list-style-position: inside;
	padding-bottom: 10px;
}

