a:link
{
/*	color: rgb(64,96,160); */
	color: rgb(0,0,0);
}
a:visited
{
/*	color: rgb(64,96,160); */
	color: rgb(0,0,0);
} 
a:active 
{
/*	color: rgb(64,96,160); */
	color: rgb(0,0,0);
}

body
{
	font-family: Arial, Helvetica, MS Sans Serif;
	background-color: rgb(255,255,255);
/*	color: rgb(64,96,160); */
	color: rgb(0,0,0);
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, MS Sans Serif;
}
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 12pt; 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: black;
}
h5
{
	color: blue;
}
h6
{
	color: red;
}

.table1
{
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10pt;
}

.tableodd
{
	background-color: rgb(133,190,243);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10pt;
}

.tableeven
{
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10pt;
}

.tableselect
{
	background-color: rgb(255,200,9);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10pt;
}

.tableadminhead
{
	background-color: rgb(0,162,198);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
}

.tableadminbody
{
	background-color: rgb(200,224,236);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10pt;
	color: rgb(77,118,139);
}

.table2
{
	background-color: rgb(255,255,255);
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 12pt;
}
.table3
{
	background-color: rgb(0,0,80);
	font-family: Arial, Helvetica, MS Sans Serif;
	color: rgb(255,255,255);
	size: 10pt;
}

.table4
{
	background-color: rgb(72,132,195);
}

.tablefixed
{
	background-color: rgb(255,255,255);
	font-family: Courier;
	font-size: 10pt;
}
