@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url("../_images/testbg1.gif");
}
a.body:link {
	font-color: #000000;
	text-decoration: underline;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.body:visited {
	font-color: #ffffff;
	text-decoration:underline;
	color: #ffffff;
}
a.body:hover {
	font-color: #ff0000;
	text-decoration: none;
	color: #ff0000;
}
a.table:link {
	font-color: #000000;
	text-decoration: underline;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.table:visited {
	font-color: #000000;
	text-decoration:underline;
	color: #000000;
}
a.table:hover {
	font-color: #ff0000;
	text-decoration: none;
	color: #ff0000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;
}
A.footer:link {
	font-weight: bold; font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none
}
A.footer:visited {
	font-weight: bold; font-size: 10px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none
}
A.footer:hover {
	font-weight: bold; font-size: 10px; color: #ef1f1f; font-family: Arial, Helvetica, sans-serif; text-decoration: none
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #1c1153;
}h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #04025e;
}
a.nav:link {
	font-weight: bold; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 16px;
}
a.nav:visited {
	font-weight: bold; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 16px;
}
a.nav:hover {
	font-weight: bold; color: #ef1f1f; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 16px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/reddot.gif);
	font-size: 95%;
}
.dropcap {
  float: left;
  font: normal 70pt/0.8em Georgia, "Times New Roman", Times, serif;
  color: #990000;
  margin-right: 3px;
}
.imageright {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
}
.imageleft {
	margin: 0px 5px 5px;
	padding: 10px;
	float: left;
}