@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

a { text-decoration: none; color: #000;text-decoration: underline;}
a:hover { color: #000;}

body { background: none; background-color:#ffffff; text-align:left; margin: 15px; font-size:12px; color: #000000;
	font-family: Arial, sans-serif;
}
#page  {
padding: 10px;
}
#page li {
list-style-image:url(../images/li.gif);
line-height: 18px;
}

.contentheading{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	height: 20px;
	width: 100%;
	color: #000000;
	font-size: 1.3em;
	border-bottom: 1px solid #971e1e;
}
.buttonheading{
	margin-bottom: 0;
	margin-top: 2px;
	height: 10px;
	float: right;
}
.buttonheading img{
	text-align: right;

	margin-bottom: 1px;
	padding-bottom:1px;
	border: 0;
}
p {
	
}




