body {
	background-color: #8d005a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font: 82%/1.25 arial, helvetica, sans-serif;
	color: #451717;
}

h1 {
	padding: 0px 0px 3px 3px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #700048;
	font-weight: bold;

}
.rightBack {
background-image:url(/images/rightBack.gif);
background-position:right;
background-repeat:repeat-y;
}

#tab {
font-weight:normal;
padding-top:1px;
}
#tab a:link, #tab a:visited {
display:block;
width:100%;
height:20px;
background-image:url(/images/menu_back.gif);
background-repeat:no-repeat;
text-decoration:none;
color:#ffffff;
padding:0px;
padding-left:0px;
}
#tab a:hover, #tab a.visited:hover {
background-image:url(/images/menu_back_on.gif);
background-repeat:no-repeat;
color:#F08ACB;
}


#tabOn {
font-weight:bold;
padding-top:1px;
}
#tabOn a:link, #tabOn a:visited {
display:block;
width:100%;
height:20px;
background-image:url(/images/menu_back_on.gif);
background-repeat:no-repeat;
text-decoration:none;
color:#FFffff;
padding:0px;
padding-right:0px;
}
#tabOn a:hover, #tabOn a.visited:hover {
color:#F08ACB;
}
ul, li {
margin:2px;
}
.menutext {
padding-left: 35px;
}
A {
  color: #800052;
  background-color: transparent;
  text-decoration: underline;

}

A:visited {
  color: #800052;
  background-color: transparent;
  text-decoration: underline;

}