@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #492F91;
}
a:link {
	color: #492F91;
}
a:visited {
	color: #3E2778;
}
a:hover {
	color: #6A48C4;
}

.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #91663C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #91663C;
}

#navcontainer { width: 170px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 8px;
width: 154px;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #492F91;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #F9F4F0;
color: #91663C;
}
h2 {
	font-weight: bold;
}
h1 {
	font-family: "Brush Script MT", Georgia;
	font-size: large;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

