﻿body, table
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 12px;
}

a.footer:link 
{
	color: #000000;
	font-size: 9pt;
	text-decoration: none; 
}

a.footer:visited 
{
	color: #000000; 
	font-size: 9pt;
	text-decoration: none;
}

a.footer:hover 
{
	color: #FFFFFF; 
	font-size: 9pt;
	text-decoration: underline;
}

#MenuLeft
{
	padding: 0 0 0 0; 
	margin: 0 0 0 10px; 
	list-style: none; 
	font-size: 12px; 
	font-weight: bold;
	line-height: 22px;	
}

#MenuLeft a
{
	text-decoration: none;
	color: #990167;		
}

#MenuLeft a:hover
{
	text-decoration: underline;
}

.MenuItemRight
{
	background-color: gainsboro; 
	border-top: 1px black solid; 
	border-bottom: 1px black solid; 
	padding: 5px; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	margin-top: 5px;
	color: #990167;
	font-style: italic;
}

.MenuItemRight a
{
	color: #990167;	
	text-decoration: none;
}
.MenuItemRight a:hover
{
	color: #990167;
	text-decoration: underline;	
}


h1, h2, h3, h4, h5
{
	padding: 0;
	margin: 0;
	color: #990167;
}

h2{
	padding: 20px 0 10px 0;
}