body
{
font-size: 80%;
color:#000000;
background-image: url('images/background.gif');
margin: 0px 0px 0px 0px; 
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: verdana,arial,helvetica,sans-serif;
}

table, input, textarea
{
font-size: 100%;
}

h2 {font-size: 120%; color: #603; }

h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold
	color:#000000;
	font-size: 100%;

}

span.italic
{
font-style:italic;
}

span.textlrg
{
font-size: 120%;
font-weight: bold;
}

span.quote
{
font-family:times, times new roman;
font-size: 110%
}

span.maroon
{
font-family:times, times new roman;
font-size: 120%;
font-weight: bold;
color: #740023;
}


span.blackbold
{
color:#000000;
background-color:transparent;
font-weight: bold
}

span.bluebold
{
color:#004990;
background-color:transparent;
font-weight: bold
}

span.blue
{
color:#004990;
background-color:transparent;
}

span.greybold
{
color:#808080;
background-color:transparent;
font-weight: bold
}

span.brownbold
{
color:#645719;
background-color:transparent;
font-weight: bold
}


span.gray
{
	color:#808080;
	background-color:transparent;
}

.border {
	border-color: #740023;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 90%;
	text-align: left;
	padding: 5px 5px 8px 10px;
	background-color: #E5E3C9;
}

.border2 {
	border-color: #CCCAA6;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 20%;
	text-align: left;
	padding: 5px 5px 8px 10px;
	background-color: #E5E3C9;
}

a:link {
	color: #113E98;
	font-weight: normal;
	text-decoration: underline
}

a:hover {
	color: #A19F80;
	font-weight: normal;
	text-decoration: underline
}

a:visited {
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:link.text {
	color: #113E98;
	font-weight: normal;
	text-decoration: underline
}

a:hover.text {
	color: #A19F80;
	font-weight: normal;
	text-decoration: underline
}

a:visited.text {
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:link.footernav {
	font-size: 80%;
	color: #113E98;
	font-weight: normal;
	text-decoration: underline
}

a:hover.footernav {
	font-size: 80%;
	color: #A19F80;
	font-weight: normal;
	text-decoration: underline
}

a:visited.footernav {
	font-size: 80%;
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:link.popup {
	font-size: 85%;
	color: #113E98;
	font-weight: bold;
	text-decoration: underline
}

a:hover.popup {
	font-size: 85%;
	color: #A19F80;
	font-weight: bold;
	text-decoration: underline
}

a:visited.popup {
	font-size: 85%;
	color: #70227B;
	font-weight: bold;
	text-decoration: underline
}

span.smalltext {
	font-size: 80%;
	color: #000000;
    font-weight: normal;
}

.yellowbox {
	border: 1px solid #0F59A4;
	margin-right: 4px;
	width: 93%;
	text-align: center;
	padding: 4px 3px 3px 4px;
	background-color: #F3D846;
}

.padding {
	padding-bottom: 5px;
}