/* Copy formatting */
body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}

h1 {
	margin-top: 0;
	color: #015A68;
	font-size: 18px;
	text-align: left;
}
h2 {
	color: #B28B00;
	font-size: 16px;
}
h3 {
	color: #B28B00;
	font-size: 14px;
}

/* 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;
}