@CHARSET "ISO-8859-1";

a {
	color: #95cb2a;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 12px;
	margin-left: 10px;
}

hr {
	color: #9c9c9c;
	background-color: #9c9c9c;
	height: 1px;
	border: 0;
}

h1 {
	font-size: 12px;
	color: #c00000;	
	width: 100%;
	margin-bottom: 0px;
}
	
h2 {
	margin-top: 30px;
	font-size: 12px;
	color: #c00000;
	width: 100%;
	font-weight: normal;
}
h3 {
	margin-top: 30px;
	margin-bottom: -10px;
	font-size: 12px;
	color: #c00000;
	width: 100%;
	font-weight: normal;
	font-style: italic;
}

ul {
	font-size: 12px;
	color: #787878;
	list-style-image: url( ../images/listitem.png );
}