hr {
	color: #CCCCCC;
	border:1px dotted #CCCCCC;
	margin-right:8px;
	margin-left:3px;
	size: 2px;	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	padding: 0px 10px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #641010;
	text-indent: 0px;
	padding: 3px 10px 0px 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #641010;
	text-indent: 0px;
	padding: 0px 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #660000;
	cursor: hand;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5 px;

}
li{
	margin-bottom: 5 px;
}

a.SmallLink{
		color: White;
}

a.SmallLink:hover{
		
		color: Black;
		background-color: White;
}