.noborder {
border: 0px solid;
}

a
{
	font-size: 11px;
	color: #941A5D;
	font-family: Verdana;
	text-decoration: none;
}
.PaddedText
{
	font-size: 11px;
	color: #3E2296;
	font-family: Verdana;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

a:hover
{
	font-size: 11px;
	color: #941A5D;
	font-family: Verdana;
	text-decoration: underline;
}
.MenuBase
{
	background: #cccbca;

}
.MenuRed
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	color: #FFFFFF;
	border-bottom: 4px solid white;
	border-top: 4px solid white;
	padding-top: 4px;
	font-family: Verdana;
	background-color: #941A5D;
}
.MenuBlue
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	color: #FFFFFF;
	border-bottom: 4px solid white;
	border-top: 4px solid white;
	padding-top: 4px;
	font-family: Verdana;
	background-color: #62C5E0;
}

.MenuItem
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	color: #3e2296;
	border-bottom: 4px solid white;
	border-top: 4px solid white;
	padding-top: 4px;
	font-family: Verdana;
	background-color: #cccbca;
}
.MenuSub
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	color: #3e2296;
	border-bottom: 4px solid white;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	padding-top: 4px;
	font-family: Verdana;
	background-color: #cccbca;
	width: 170px;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.PageTitle
{
    font-weight: bold;
	font-size: 11px;
	color: #3E2296;
	font-family: Verdana;
}
body
{
	font-size: 11px;
	color: #3E2296;
	font-family: Verdana;
}
table
{
	font-size: 11px;
	color: #3E2296;
	font-family: Verdana;
}