body, p, div, th, td, input, textarea
{
 	font-family: "Verdana", sans-serif;
	font-size: 10pt;
}

body
{
	margin: 0px;
}

a:link, a:visited
{
/* 	color: #f26522;
	background: transparent;*/
	text-decoration: none;
}
a:active, a:hover
{
/* 	color: #074b88;
	background: transparent;*/
	text-decoration: underline;
}

th, td
{
 	text-align: left;	
}

hr
{
 	height: 1px;
 	border: none;
	border-bottom: 1px dotted #999999;
	width: 99%;
}

h1, h2, h3, h4, h5, h6
{
 	color: #074b88;
	background-color: white;
 	font-weight: bold;
}

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size:  9pt; }
h6 { font-size:  8pt; }

