* {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

body {
	background-color: #006699;	
	line-height: 20px;
	color: #CCCCCC;
	scrollbar-face-color:#000099; /* main color of the bar */
	scrollbar-track-color:#006699; /* shadow of the track */
	scrollbar-arrow-color:#FFFFFF; /* arrow of the up/down buttons */
	scrollbar-highlight-color:#CCCCFF; /* inner top-left */
	scrollbar-shadow-color:#CCCCFF; /* inner bottom-right */
	scrollbar-3dlight-color: #006699; /* outer top-left */
	scrollbar-darkshadow-color:#006699; /* outer bottom-right */
	margin: 5px 5px 5px 5px;
}

td, th {
	line-height: 18px;
	color: #999933;
}

/* Hyperlinks */

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	position: relative;
	color: #993300;
	/* text-decoration: underline; */
	left: 1px;
	top: 1px
}

.index {
	color: 6699FF;
	cursor: crosshair;
}

.index:hover {
	color: #000000;
}

/* Formatted form */

form {
}

input {
	background-color: #666699;
	color: #FFFF99;
	border: 1px #CCCC99 solid;
}

textarea {
	background-color: #666699;
	color: #FF99FF;
	border: 1px #CC9966 solid;
	scrollbar-face-color:#333366;
	scrollbar-track-color:#555588;
	scrollbar-arrow-color:#FFFFFF;
}

select {
	background-color: #FFFFCC;
	color: #000000;
}

/* Formatted lists */

ul {
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-weight: normal;
}

ol {
	font-weight: bold;
	list-style-type: upper-roman;
	list-style-position: outside;
}

/* Other standard css formats */

small {
	font-size: 9px;
}

big {
	font-size: 18px;
}

.bodystyle {
}

.title {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	color: #FFFFFF;
	text-align: center;
}

.legal {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.smalltitle {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #663399;
}

.smallsmalltitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC99FF;
}

/* Paragraphing */

h1 {
	font-size: 28px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
}

/* Others */

.topheader {
	color: #CCCC00;
	font-size: 9px;
	line-height: 12px;
}

.indexheader {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	background-color: #000000;
	color: #99CCFF;
	text-align: center;
}

.filesize {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #009966;
}

.date {
	color: #00CC00;
}

.currentdate {
	font-weight: bold;
	color: #CC0000;
}

.currentdatetitle {
	text-decoration: overline underline;
	color: #E06600;
}

.in1 {
	color: #E0CCFF;
	font-size: 8pt;
	font-weight: bold;
	border: 1px #000000 solid;
	background-color: #996633;
	width: 50
}

.in2 {
	color: #000099;
	font-size: 9pt;
	/*font-weight: bold;*/
	border: 1px #000099 solid;
	background-color: #99CCFF;
	width: 50
}

.brighttabletext {
	color: #000099;
}

.rname {
	color: #990099;
	font-weight: bold;
}

.rcontent {
	color: #669966;
}