@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-color: #7fa2b6;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #026524;
}
a:link {
	color: #026524;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #026524;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #7fa2b6;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:active {
	color: #026524;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
hr {
	color: #060;
	background-image: url(images/seperator.jpg);
	background-repeat: repeat;
}

.justifyright {
	text-align: right;
	font-size: 12px;
}
.justifyleft {
	text-align: left;
}
.smallnotes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}
