/* Default Tag Styles */
body
{
	margin-top: 5px;
	background-color: #FFFFFF;
}
h1
{
	color: #960025;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
hr
{
	height: 1pt;
	/*text-align: center;
	color: #E3DEC9; */
}
p, td, li, input, textarea, select
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica;
}
img
{
	border: 0;
}
a:link, a:visited, a:hover
{
	text-decoration: underline;
	color: #960025;
}
.Content
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.CopyRight
{
    font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	padding-top: 3px;  
}