body {
	color: #002855;
	
	font-family: Arial, Verdana;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

table, td {
	color: #002855;
	
	font-family: Arial, Verdana;
	font-size: 13px;
}

img {
	border: 0;
}

a:link, a:visited {
	font-family: Arial, Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #000080;
}

a:hover {
	font-family: Arial, Verdana;
	font-size: 13px;
	text-decoration: underline;
	color: #0000ff;
}

h1 {
	color: #002855;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px dotted #002855;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
}