a:link
{
	color: "#ffffff";
	font-weight: bold;
	text-decoration: none;  
}
a:visited
{
	color: "#ffffff";
	font-weight: bold;
	text-decoration: none;  
} 
a:hover
{
	color:#112967;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none; 
}
a:active 
{
	color:#ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica;
	text-decoration: none; 
}
body
{
	font-family: Arial, Helvetica;
	background-color:#112967;
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: #b99066;
}
h6
{
	color: rgb(153,153,51);
}
p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}
.arial {
	font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
}
.tanline {
	border-style : none none solid none;
	border-color : #B68E65;
	border-bottom-width : thin;
}
