/* Copy Formatting */

body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin:0;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #330000;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	margin-bottom:5px;
	
}
h3,h4,h5,h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* General Links */

a:link {
	color: #330000;
	text-decoration: underline;
	}
a:visited {
	color: #330000;
	text-decoration: underline;
	}
a:hover {
	color: #330000;
	text-decoration: none;
}
a:active {
	color: #330000;
	text-decoration: underline;
}