body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00005e;
}
/* a { 
list-style-type determines the decoration at the head of the navigation list item.  
like 'disc', puts a bullet at the top of each line 
list-style-type: none;
line-height: 16px;    */
} 
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: 0000FF;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FF6633;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}
.small-ItalicBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}