a:link
{
	color: rgb(51, 102, 204);
}
a:active
{
	color: rgb(153, 0, 0);
}
a:visited
{
	color: rgb(102, 102, 102);
}
body
{
	background-color: rgb(0, 0, 0);
	/* background color black for table border effect */
	color: rgb(0, 0, 0);
}
table
{
	table-border-color-light: rgb(102, 102, 153);
	table-border-color-dark: rgb(51, 51, 153);
}
tableNoBorder
{
	border:'0' 'none' 'white'
}
h1
{
	color: rgb(0, 0, 102);
}
h2
{
	color: rgb(102, 102, 153);
}
h3
{
	color: rgb(153, 0, 0);
}
h4
{
	color: rgb(0, 0, 102);
}
h5
{
	color: rgb(102, 102, 153);
}
h6
{
	color: rgb(153, 0, 0);
}
textarea
{
	color: #000066;
	font-weight: bold;
}
select
{
	color: #0000CC;
	font-weight: normal;
}

body         { background-image: url(radbkgnd.gif); 
				background-attachment: fixed;
				font-family: 
               'Trebuchet MS', Arial, Helvetica; }
h1           { font-weight: normal; font-style: normal; font-size: 24pt; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h2           { font-family: 'Trebuchet MS', Arial, Helvetica; font-style: normal; font-size: 
               18pt; font-weight: normal }
h3           { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 14pt; font-weight: 
               normal; font-style: normal }
h4           { font-weight: normal; font-size: 12pt; font-style: normal; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h5           { font-size: 10pt; font-style: normal; font-weight: normal; font-family: 
               'Trebuchet MS', Arial, Helvetica }
h6           { font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 8pt; font-style: 
               normal; font-weight: normal }
select       
{
	font-style: normal;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	border-style: solid;
	font-weight: normal;
}
table        { font-family: 'Trebuchet MS', Arial, Helvetica; font-style: normal }
textarea     
{
	font-style: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	border-style: solid;
	color: #0000CC;
	font-weight: bold;
}

addr		 { font-style: normal; }
input 
{
	color: #0000CC;
}

.applet
{
	font-size:18;
	font-weight: bold;
	color: #0000CC;
	font-style:normal;
	text-align:center;
	/*text-indent:5pt;*/
	align:left;
}

.appletCenter
{
	font-size:18;
	font-weight: bold;
	color: #0000CC;
	font-style:normal;
	text-align:center;
	align:left;
}

.appletLeft
{
	font-size:18;
	font-weight: bold;
	color: #0000CC;
	font-style:normal;
	text-align:left;
	text-indent:5pt;
	align:left;
}
















