/* Main Elements */
body				{ margin: 0; font-family: Arial, Helvetica, sans-serif; margin: 0px; font-size: 14pt; color: #00248F; background: #b0afaf; text-align: center; }
.header				{ font-family: Impact; font-size: 32pt; text-align: center; }
.footer				{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; }
td.menu				{ font-size: 14pt; background-color: white; border-top: 0px solid black; border-right: 0px solid black; border-bottom: 0px solid black; border-left: 0px solid black; white-space: nowrap; }
#menupos			{ margin-left: 0px; margin-right: 0px; margin-top: 5px; text-align: center; width: 200px; }
#content			{ background-color: white; text-align: justify; margin-left: auto; margin-right: auto; width: 770px; margin-top: 5px; padding-left:10px; padding-right:10px; border-style: ridge; border-width: 10px; }

/* Text Classes */
.text-8				{ font-size: 10pt; }
.alignleft			{ text-align: left; }

/* Link Markup */
a:link				{ text-decoration: none; color: black; background-color: transparent; font-weight:bold; }
a:visited			{ text-decoration: none; color: black; background-color: transparent; font-weight:bold; }
a:hover				{ text-decoration: none; color: #00248F; background-color: transparent; font-weight:bold; }