td, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
}

ul
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

li
{
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	padding-left: 5px;
	
}
a
{
	text-decoration: none;
	color: 5b0969;
}

a:hover
{
	text-decoration: underline;
	color: f3f14e;
}

.nav_link
{
	text-decoration: none;
	font-weight: bold;
	color: ffffff;
}

.nav_link:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: f3f14e;
}

.nav_current
{
	font-weight: bold;
	color: e7b98a;
}

.head1
{
	font-family: 'Times New Roman', Times,serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: 5b0969;
}


.head2
{
	font-family: 'Times New Roman', Times,serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: 000000;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
}

.footer_links
{
	font-size: 10px;
	color: 000000;
}

.err_style
{
	font-weight: bold;
	color: AA0000;
}



