a:link
{
	color: rgb(0,0,255);
}
a:visited
{
	color: rgb(0,0,102);
}
a:active
{
	color: rgb(102,0,102);
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt; 
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
p
{
	font-family: Arial, Helvetica;
	font-size: 10pt; 
	color: rgb(0,0,0);
}
strong
{
	font-style: bold;
	font-size: 14pt;
	color: rgb(0,0,102);
}
h1
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	color: rgb(102,102,153);
}
h2
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	color: rgb(102,102,153);
}
h3
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: rgb(102,102,153);
}
h4
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: rgb(102,102,153);
}
h5
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
h6
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: rgb(102,102,153);
}
HR
{
	color: rgb(102,102,153);
}
BUTTON 
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: Normal;
	background-color: cyan;	
	border-color: rgb(102,102,153);
	color: black;
}
LABEL
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: normal; 
	color: rgb(0,0,0);
}
TEXTAREA
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: normal; 
	border-color: rgb(102,102,51);
	color: black;
}
FIELDSET
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: normal; 
	border-color: rgb(102,102,51);
	color: black;
}
LEGEND
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-style: Normal; 
	color: rgb(102,102,153);	
}
SELECT
{
	border-style: solid;
	border-width: 1pt;
	border-color: rgb(102,102,51);
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	font-style: normal; 
}
TABLE
{
	font-family: Arial, Helvetica;
	font-style: normal; 
	border: 1px;
	border-color: rgb(192,192,192);
	color: rgb(0,0,0);
}
CAPTION 
{
	font-size: 14pt;
	font-family: Arial, Helvetica;
	font-style: Normal;
	color: rgb(102,102,153);
}
TH
{
	font-family: Arial, Helvetica;
	font-style: normal;
	text-decoration: underline; 
	text-align: center; 
	font-size: 8pt;
	}
TD
{
	font-size: 10pt;
}
MARQUEE
{
	font-size: 14pt;
	font-family: Arial, Helvetica;
}