a {
	color : #B0B0B0;
	font-family : "Comic Sans MS", sans-serif;
	font-weight : bold;
	font-size : 11pt;
	text-decoration : none;
}

a:link    { color : #CC66FF }
a:visited { color : #CC66FF }
a:hover   { color : #660066; background-color : #CC66FF }
a:active  { color : #cc00ff }

body { background : url(images/stars_simple.gif) Black ;
	color : white;	
	font-size : 11pt;
	font-family : "Comic Sans MS", sans-serif;
	margin-right: 30px;
	margin-left: 155px;
	margin-top : 0px;

	scrollbar-face-color: #9900CC;
 	scrollbar-shadow-color: #660066;
 	scrollbar-highlight-color: #9966ff;
	scrollbar-3dlight-color: #9966CC;
	scrollbar-darkshadow-color: #660066;
 	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #CCFFFF;
}

#bodyText {
/*	width: 100%;*/
	position: absolute;
	height: auto;
	top: auto;
	right: 30px;
	bottom: auto;
	left: 155px;
	}

h1 {
	font-family : "Comic Sans MS",  sans-serif;
	color : #ffffff;
	font-size : 20pt;
	font-style : normal;
	font-weight : normal;
	line-height : 2em;
	text-align : center;

}

h2 {
	/* gee, netscape is stupid, gotta set fonts again */
	font-family : "Comic Sans MS",  sans-serif;
	color : #ffffff;
	font-size : 18pt;
	line-height : 2em;
	text-align : center;
	

}

h3 {
	color : #cc66ff;
	font-size : 14pt;
	line-height : 1em;
	text-align : center;
	font-weight: normal;
}

p {
	color : #ffffff;
	font-size : 11pt;
	font-family : "Comic Sans MS",  sans-serif;
}

p:first-line {
	text-indent: 4ex;
}

/* TABLES */

td {
	color : #ffffff;
	font-size : 11pt;
	font-family : "Comic Sans MS",  sans-serif;
}

th {
	color : #ffffff;
	background-color : #181818;
	font-weight : bold;
	font-size : 11pt;
	font-family : "Comic Sans MS",  sans-serif;
}

table.generic {
	background-color : #5B0079;
}

table.generic td {
	background-color : #282828;
	color : #a0a0a0;
}

table.stylish1 td {
	background-color : #282828;
	color : #a0a0a0;
	font-size : 8pt;
}

.f {
	font-family : "Courier New", monospace;
}

.f p {
	font-family : "Courier New", monospace;
}

.fb {
	font-family : "Courier New", monospace;
	font-weight : bold;
}

.fc {
	font-family : "Courier New", monospace;
	text-align : center;
}

.fc9 {
	font-family : "Courier New", monospace;
	text-align : center;
	font-size: 9pt;
}

.fu {
	font-family : "Courier New", monospace;
	font-weight : bold;
	text-decoration : underline;
}

.xs {
	font-size : 8pt;
}

.copyright {
	font-size : 8pt;
	font-family : Tahoma, Arial, "MS Sans Serif", sans-serif;
	color: #A0A0A0;
}

#pageTitle {
	background : url(images/s_ruler.jpg) repeat-y right;
	color : #606060;
	font-size : 16pt;
	font-style : italic;
	font-weight : bold;
	text-decoration : underline;
	text-align : right;
	line-height : 2em;
}

#divLinkButton {
	position : absolute;
	left : 13px;
	width : 95px;
}

#divMenu {
	position : absolute;
	left : 14px;
	width : 92px;
}

input {
	font-family : "Comic Sans MS", sans-serif;
	color : #ffffff;
	font-size : 11pt;
	border-color : #5b0079 #5b0079;
	border-style : solid;
	background-color : #000000;
}

select {
	font-family : "Comic Sans MS", sans-serif;
	color : #ffffff;
	font-size : 11pt;
	border-color : #5b0079 #5b0079;
	border-style : none;
	background-color : #000000;
}
textarea {
	font-family : "Comic Sans MS", sans-serif;
	color : #ffffff;
	font-size : 11pt;
	border-color : #5b0079 #5b0079;
	border-style : solid;
	background-color : #000000;
}



input.radio {
	font-family : Tahoma, Arial, sans-serif;
	border-color : #5b0079;
	border-style : solid;
	color : #cc00cc;
	background-color : Black;
	/*background : #F8F8FF;
	background-color : White;
	color : Black;
	border-color : Black Black Black Black;
	border-style : solid;
	*/
}