a {color: #9966CC; text-decoration: underline; background-color: transparent;}
a:hover { color: #C4A7E0; text-decoration: underline; }
a:visited {	text-decoration: underline; }
.mainbody a:link {
	COLOR: #FD9900;
	FONT-SIZE: 11px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	border: none;
}
.mainbody A:hover {
	COLOR: #FFAB20;
	FONT-SIZE: 11px;
	font-weight: bold;
	background-color : transparent;
	text-decoration: underline;
}
.mainbody A:visited {
	COLOR: #91BA14;
	FONT-SIZE: 11px;
	font-weight: bold;
	background-color : transparent;
	text-decoration: underline;
}
.mainbody A:active {
	COLOR: #91BA14;
	FONT-SIZE: 11px;
	background-color : transparent;
	text-decoration: none;
}
.bullettext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.copyright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	.copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color:#000000;
  clear:left;
  margin-top:20px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:2px;
}
h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  clear:left;
  margin-top:20px;
  margin-bottom:2px;
  margin-right:380px;
  border-bottom:1px solid rgb(192,192,192);
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#999999;
  clear:left;
  margin-top:8px;
  margin-bottom:0px;
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #525252;
	padding: 0px;
}
.bodyindent {
	font-family:"Trebuchet MS", Arial, Verdana;
	margin-left: 40px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #9966CC;
	line-height:normal;
}
.bodybold {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height:normal;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}
.h1subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color:#999999;
}
.submenu {
	font-size: 10px;
	color: #666666;
	}
.submenu a:link {
	text-decoration: underline;
	color: #663399;
	}
.submenu a:hover {
	text-decoration: underline;
	color: #000000;
	}
.subheader {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9966CC;
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/*** FORMS ***/
form p {
   width: 350px;
   clear: both;
}

form p label {
   display: inline;
   float: left;
   width: 125px;
}

form p input, form p textarea, form p select {
   margin: 0;
}
.highlightbox {
	margin:0;
	padding:0.5em;
	border:1px solid #9966CC;
	background:#F5F1FA;
	float:right;
}

/*form { 
 border: 1px solid #CCCCCC; 
 padding: 5px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 560px; 
}
input { 
 background-color: #cccccc; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 10px; 
}
textarea { 
 background-color: #666699; 
 color: #ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 300px; 
}
