body { margin-top: 0px; }
a { color: blue; text-decoration: none;}
a:visited { color: #006633; text-decoration: none;}
a:hover { color: blue; text-decoration: underline; }

p, td, li, div {
 	font-family: tahoma;
 	font-size: 12px;
}

h1, h2, h3, h4 { font-family: arial, tahoma; font-weight: bold; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

input, form, option, textarea, select {
 	font-family: verdana, tahoma;
 	font-size: 10px;
 }

td.headerLinks {
 	font-family: verdana, tahoma;
 	font-size: 11px;
 }
.headerLinks a, .headerLinks a:visited, .moreLinks a, .moreLinks a:visited, td.footer a, td.footer a:visited { color: black; text-decoration: none; }
 .headerLinks a:hover, .moreLinks a:hover { color: blue; text-decoration: none; font-style:italic;}
 td.footer a:hover { color: blue; text-decoration: none; }

.moreLinks {
 	font-family: verdana, tahoma;
 	font-size: 11px;
    font-style: italic;
    font-weight: bold;
 }

td.footer {
 	font-family: verdana, tahoma;
 	font-size: 11px;
 }

.smaller { font-size: 11px; }
.larger { font-size: 14px; }

.heading {
 	font-family: arial, tahoma;
 	font-size: 15px;
 	font-weight: bold;
 }
 .btn {
 	font-family: verdana, tahoma;
 	font-size: 11px;
 	font-weight: bold;
 	background-color: #2a85e1;
 }
.goals {
 font-size: 10px;
 font-family: verdana;
 text-align: left;
}
lh {
 font-size:11px;
 font-weight: bold;
}
.homePageLinks, a.homePageLinks {
 font-size: 11px;
}
.releaseHeading {
 font-weight: bold;
 font-size: 13px;
}
.releaseDate {
 font-family: Garamond, Times New Roman, serif;
 font-size: 15px;
}
.releaseBody {
 font-family: Garamond, Times New Roman, serif;
 font-size: 15px;
 background-color: #f0f0f0;
 color: black;
}

.required { color:#FF0000; }