/* CSS Document */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	padding-right: none;
	padding-left: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	padding-left: none;
	padding-right: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: under-line;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	padding-left: none;
	padding-right: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	padding-right: none;
	padding-left: none;
}
<!--
body {
	background-image:   url();
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: none;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style2 {font-size: 18px}
body,td,th {
	color: #333333;
}
.style4 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	font-style: none;
	font-weight: none;
	color: #333333;
}

.tableBorder {
	border-style: solid;
    border-color: #000000;
    border: 0px 2px 2px 2px;
    padding: 5px;
}