@CHARSET "ISO-8859-1";
body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}	

h1 {
	font-family: "Trebuchet MS", serif;
	color: #333333;
	font-size: 18px;
	font-weight: bold;

	margin-bottom: 7px;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 7px;
}

p {
	line-height: 12px;
	margin-bottom: 12px;
}

li {
	line-height: 18px;
}			
a {
	color: #c20001;
	text-decoration: none;
}	
a:visited {
	color: #c20001;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	