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

.style1 {font-size: x-small}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:125%;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:150%;
}
body {
	background-color: #CCAC83;
}


a.top_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}
a.top_nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.top_nav:hover {
	color: #FFCC33;
}
a.top_nav:active {
	color: #CCAC83;
	text-decoration: none;
}
a.top_nav:link {
	text-decoration: none;
}


a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #CCAC83;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660033;
}

a.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #990000;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a.footer:visited {
	color: #660033;
	text-decoration: none;
}
a.footer:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a.footer:active {
	color: #CCAC83;
	text-decoration: none;
}
a.footer:link {
	text-decoration: none;
}
