/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/back.gif);
	margin-bottom: 0px;
	behavior: url(hover.htc);
}
#body {
	height: 100%;
	width: 800px;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #903F98;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #903F98;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #903F98;
	font-weight: bold;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
p,td {
	font-family: "Trebuchet MS";
	color: #903f89;
	font-size: 16px;
}
.style2 {
	font-weight: bold;
}
.style3 {
	/* color: #000000; */
	/* font-weight: bold; */
	color: #903F98; 
	font-weight: bold; 
	font-size: +2;  
	background: #00FF00;
}

span {color: #903F98; font-weight: bold; font-size: +2; padding: 0px 5px; background: #00FF00;}

span:hover { color:#FAEFB9; background: #EC62F5; border: ridge; border-color: #FAEFB9;}

.dropmenu {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #903f98;
	font-size: 12px;
	border: 1px dotted #330033;
}
a:link,a:visited,a:active {
	color: #000099;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #903f98;
	text-decoration: none;
	font-weight: bold;
}

a:link span{display: none;}
a:visited span{display: none;}

a:hover span {
  position: absolute;
  margin:25px 0px 0px -30px;
  background-color: white;
  max-width:220;
  padding: 2px 10px 2px 10px;
  border: 2px solid #903f98;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:left;
  display: block;}

.text {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#table {
	text-align: left;
	vertical-align: top;
	border: 1px solid #903f98;
}
.tableheader {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #903f98;
	font-size: 12px;
	border: 1px solid #903f98;
}
.hr {
	border: 1px dotted #903f98;
}
ul {
	color: #FF0000;
	margin-left: 1px;
	list-style-position: inside;
}
li {
	list-style-image: url(images/star.gif);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.quote {
	color: #FF0000;
}
b.click {
	font-weight: bold;
	color: #00CC00;
	text-decoration: blink;
}
.space {
	padding-left: 200px;
}
.content {
	padding: 0px 20px 10px;
}
.textred {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FF0000;
}
.textgreen {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00CC00;
}

