@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.5em;
	margin-top: 0px;
}
a:link {
	color: #007FFE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007FFE;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #007FFE;
}
.small_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	font-size: large;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

