body {
	background-color: #FFFFFF;
}

body, td, th {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

h1, h2 {
	color: #8B008B;
}

h3, h4, h5, h6 {
	color: white;
}

a {
	color: blue;
	text-decoration: underline;
}
A:Hover {
	text-decoration: underline;
	color: maroon;
}

a.toplink:link		{
	line-height: 100%;
	color: Yellow;
	text-decoration: underline;
	font-weight: none;
}
a.toplink:visited	{
	line-height: 100%;
	color: Yellow;
	text-decoration: underline;
	font-weight: none;
}
a.toplink:hover		{
	line-height: 100%;
	color: Maroon;
	text-decoration: underline;
	font-weight: none;
}

a.leftlink:link		{
	font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: none;
}
a.leftlink:visited	{
	font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: none;
}
a.leftlink:hover		{
	font-size: 12px;
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}
a.rightlink:link		{
	font-size: 12px;
	line-height: 100%;
	color: #00008B;
	text-decoration: underline;
	font-weight: none;
}
a.rightlink:visited	{
	font-size: 12px;
	line-height: 100%;
	color: #00008B;
	text-decoration: underline;
	font-weight: none;
}
a.rightlink:hover		{
	font-size: 12px;
	line-height: 100%;
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

.headtr {
	color : #5A73B5;
}
.leftnav {
	padding: 10px;
	color: white;
	font-size : x-small;
	background-color : #5A73B5;
}
.leftnavindex {
	width: 106px;
	padding: 5px;
	color: white;
	font-size : xx-small;
	background-color : #5A73B5;
}
.rightnav {
	margin-right : 20px;
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom: 0px;
	font-size : xx-small;
}
.footer {
	font-style : italic;
	font-size : xx-small;
	text-align: center;
	color : Gray;
}