body {
	color: #666666;
	font: small arial, helvetica, verdana, sans-serif;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
body,td,th {
	font-size: 14px;
}
.images {
	border-style: solid;
	border-color: #006600;
	border-width: 1px;
}
h6, h5, h4, h3, h2, h1 {
	color: #006600;
}
.heading {
	color: #006600;
	font-weight: bold;
}

/* Footer Text Formatting */

#footer1, #footer2 {
	font-size: .75em;
	color: #CCCCCC;
}
#footer1 a:link, #footer2 a:link {
	color: #CCCCCC;
	text-decoration:none;
}
#footer1 a:visited, #footer2 a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
#footer1 a:hover, #footer2 a:hover {
	color: #FF6600;
	text-decoration:none;
}
#footer1 a:active, #footer2 a:active {
	color: #FF6600;
	text-decoration:none;
}

