body {
background-color: #E0E0C2;
background-repeat: repeat;
background-attachment: fixed;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #000000;
margin: 0px;
scrollbar-base-color: #E0E0C2;
scrollbar-arrow-color: #0000FF;
}
table.hilite {
	border-width: 2px;
	border-style: dashed;
	border-color: green;
	border-collapse: collapse;	
}
h1 {
font-size: 26px;
font-weight: bold;
color: #222222;
}
h2 {
font-size: 20px;
font-weight: bold;
color: #222222;
}
h3 {
font-size: 16px;
font-weight: bold;
color: #000080;
}
h4 {
font-size: 12px;
font-weight: bold;
color: #000080;
}
h5 {
font-size: 12px;
font-weight: bold;
color: #FF3300;
}
p {
font-size: 13px;
font-weight: normal;
line-height: 130%;
color: #000000;
}
p.small  {
font-size: 12px;
font-weight: normal;
line-height: 120%;
}
td {
font-size: 13px;
font-weight: normal;
color: #222222;
}
a.nav:active, a.nav:link, a.nav:visited, a.nav:hover {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: red;
font-weight: normal;
text-decoration: underline;
}