html, body 
{
	background-color: #D6D4D4;
}

.footer, .footer a, .footer a:visited, .footer a:link, .footer a:active
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #626262;
	background-color:inherit;
	text-decoration: none;
}

.footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

.feed
{
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/gfx/feed-icon-14x14.png") no-repeat 0 50%;
}

.menuText, .menuText a, .menuText a:visited, .menuText a:link, .menuText a:active
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #55117B;
	background-color:inherit;
	text-decoration:none;
}

.menuText a:hover
{
	color: #000000;
	background-color:inherit;
	text-decoration:underline;
}

.mainText, .mainText a, .mainText a:visited, .mainText a:link, .mainText a:active
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color:inherit;
	text-decoration:none;
	line-height: 1.5;
}

.mainText a:hover
{
	color: #55117B;
	background-color:inherit;
	text-decoration:underline;
}

.mainText2
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color:inherit;
	line-height: 1.5;
}

.mainText2 a, .mainText2 a:visited, .mainText2 a:link, .mainText2 a:active
{

	background-color:inherit;
	border-bottom: 1px dashed #55117B;
	text-decoration:none;
}

.mainText2 a:hover
{
	color: #55117B;
	background-color:inherit;
	text-decoration:none;
}

.menuLeftText, .menuLeftText a, .menuLeftText a:visited, .menuLeftText a:link, .menuLeftText a:active
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color:inherit;
	text-decoration:none;
}

.menuLeftText a:hover
{
	color: #55117B;
	background-color:inherit;
	text-decoration:underline;
}

.menuLeftTitle, .menuLeftTitle a, .menuLeftTitle a:visited, .menuLeftTitle a:link, .menuLeftTitle a:active, .menuLeftTitle a:hover
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration:none;
}

h1, h2
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	display: inline;
	margin-right: 10px;
}

.textbox
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #55117B;
	text-decoration:none;
        border:1px solid #55117B;
}

.buttons
{
	background-color: #55117B;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
        padding: 2px;
        border: 2px solid #55117B;
	cursor: pointer;
	width: 144px;
}