html {
   margin : 0;
   padding : 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headers {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#989471;
}
.smalllink a:link {
	font-size: 1em;
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
.smalllink a:visited {
	font-size: 1em;
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
.smalllink a:hover {
    font-size: 1em;
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}
.tableborder {
	background-color: #333333;
	padding: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
