/* Copy Formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
h1 {
	margin: 0px 0px 5px 0px;
	color: #000000;
	font-size: 18px; line-height: 18px;
	text-align: left;
}
h2 {
	margin: 0px 0px 5px 0px;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
}
h3 {
	margin: 0px 0px 5px 0px;
	color: #999999;
	font-size: 14px;
	line-height: 14px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* General Links */

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