html {
margin:0; padding:0;
}
body {
font: 12px Arial, Helvetica, Verdana, sans-serif;
margin: 0; 
padding: 0;
background: white;
color: black;
}
.small {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #000084;
	background-color: #FFFF99;
	text-align: center;
}
.big {
    font-weight: bold;
    font-style: normal;
    font-size: 1.75em;
    text-align: center;
    color: #000084;
	background-color: transparent;
}
.head {
    font-size: 1.5em;
    color: #000084;
    text-align: left;
    font-weight: bold;
    margin: 2em 0em 1em 2em;
    border-bottom: 2px solid #000084;
 }
 .banner {
    font-size: 2.5em;
    color: #000084;
    text-align: left;
    font-weight: bold;
    margin: 2em 0em 1em 2em;
    border-bottom: 2px solid #000084;
 }

 .firstlet {
 	font-size: 16px;
	color: #000084; background-color: #FFFFFF;
    font-weight: bold;
    margin-left: 15px;
}  

.subhead {
    font-size: 1.5em;
    color: #FFFF00; background: #000084;
    text-align: left;
    font-weight: bold;
    padding: 3px 3px 3px 3px; 
    margin: 1.25em 1em 1em 1em; 
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.75em;
    letter-spacing: 2px;
    margin: 0.5em 0em 1em 1.5em; 
    color: #000084;
	background-color: transparent;
}
.caption {
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;
    color: black;
	background-color: transparent;
}


.menu1 {
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000084; 
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 3px 0px 3px 0px; 
    margin: 3px 0px 0px 0px; 
    text-decoration: none;
 }
.menu1sel {
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBBB2C; background-color:#000084;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 3px 0px 3px 0px; 
    margin: 3px 0px 0px 0px; 
    text-decoration: none;
 }
.menu2 {
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000084; 
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 3px 0px 3px 6px; 
    margin: 3px 0px 0px 6px; 
    text-decoration: none;
 }
.menu2sel {
    display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBBB2C; background-color:#000084;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 3px 0px 3px 6px; 
    margin: 3px 0px 0px 6px; 
    text-decoration: none;
 }

.line {
    border-bottom: 2px solid #FBBB2C;
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px; 
 }
 .line50 {
    border-bottom: 2px solid #FBBB2C;
    padding: 0px 30px 0px 30px; 
    margin: 0px 30px 0px 30px; 
 }

.botbut {
	font-size: 10px;
	color: #074242; 
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    padding: 0px 0px 0px 0px; 
 }
 
 
b.highlight {
    font-weight: bold;
    font-style: normal;
    color: #000000;
	background-color: #FFFF66;
}


a.menu1:link, a.botbut:link {
	color: #000084; background-color:transparent;
}
a.menu1:visited, a.botbut:visited {
	color: #000084; background-color:transparent;
}
a.menu1:hover, a.botbut:hover {
	color: #FBBB2C; background-color:#000084;
	text-decoration: none;
}

a.menu1:active, a.botbut:active {
	color: #000000; background-color:transparent;
	text-decoration: none;
}

.first {
    font-size: 12px;
    line-height: 15px;
}
     
