a
{
	color: #000066;
	text-decoration: none;
}
a:link
{
	color: #000099;
}
a:visited
{
	color: #0000bb; 
} 
a:active 
{
	color: #0000dd;
}
a:hover
{
	text-decoration: underline;
	color: #0000ff
}
body
{
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}
	
body.trans
{
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	scrollbar-face-color:#3333cc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffcc00;
	scrollbar-track-color:#ffffff;
	background-color: transparent;
}	


table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102);
	font-size: 10pt;
}


h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-style: oblique;
}
h1
{
	color: #0000cc;
	font-size: 20pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h2
{
	color: #3333ff;
	font-size: 16pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h3
{
	color: #333399; 
	font-size: 14pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h4
{
	color: #0000cc;
	font-size: 12pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h5
{
	color: #0000ff;
	margin-top: 0; 
	margin-bottom: 0;
}
h6
{
	color: #000099;
	margin-top: 0; 
	margin-bottom: 0;
}

h1.yellow
{
	color: #ff9922;
	font-size: 20pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h2.yellow
{
	color: #ff9933;
	font-size: 16pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h3.yellow
{
	color: #ffcc00; 
	font-size: 14pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h4.yellow
{
	color: #ffcc00;
	font-size: 12pt;
	margin-top: 0; 
	margin-bottom: 0;
}
h5.yellow
{
	color: #ffcc00;
	margin-top: 0; 
	margin-bottom: 0;
}
h6.yellow
{
	color: #ffcc00;
	margin-top: 0; 
	margin-bottom: 0;
}
h5.NiceRed
{
	color: #cc3300;
	font-style: normal;
}