a:link
{
	color: rgb(25,20,0); 
}
a:visited
{
	color: rgb(15,20,20); 
} 
a:active 
{
	color: rgb(10,25,0);
}
body
{
	font-family: Arial, sans-serif;
	background-color: rgb(255,255,255);
	background-image:url('logo-bg.jpg');
	color: rgb(0,0,0);
	scrollbar-base-color: rgb(20,20,20)
}
table
{   table-layout: auto;
    border-spacing: 0px;
    border-width: 1px;
    border-collapse: collapse;
    empty-cells: show;
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
	padding: 4px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(20,60,0);
	font-size: 25px;
}
h2
{
	color: rgb(20,60,51); 
	font-size: 22px;
}
h3
{
	color: rgb(0,60,204); 
	font-size: 19px;
}
h4
{
	color: rgb(20,60,0);
	font-size: 16px;
}
h5
{
	color: rgb(20,60,51);
	font-size: 13px;
}
h6
{
	color: rgb(0,60,204);
	font-size: 10px;
}

select
{
    width: 200; 
    background-color: rgb(10,20,150); 
    font-size: 10pt; 
    font-family: Arial, sans-serif; 
    height: 23; 
    color:#FFFFFF; 
}

input
{
	background-color: rgb(50,70,190);
	color: #FFFFFF;
	border-width: 0px;
	font-size: 10pt;
}