a:link
{
	color: rgb(0,0,80);
}
a:visited
{
	color: rgb(0,0,80);
} 
a:active 
{
	color: rgb(,0,80);
}
body
{
	font-family: Arial, Helvetica, MS Sans Serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,80);
	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;
}

.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);
}

