
.typewriter { font-size: 12px; font-family: Arial }
.typewriter_m { font-size: 14px; font-family: Arial }
.typewriter_lg { font-size: 16px; font-family: Arial }
.typewriter_sm { font-size: 11px; font-family: Arial }
.typewriter_extrasm { font-size: 10px; font-family: Arial }
.title { font-size: 26px; font-family: Arial; font-style: italic; font-weight: bold }
.subtitle { font-size: 22px; font-family: Arial; font-style: italic; font-weight: bold }



form {display: inline}



/*grey navigation menu bar*/
.greymenu{
border-bottom: 0px solid gray;
}

.greymenu ul{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana;
font-size: 13px; 
list-style-type: none;
text-align: center;
}

.greymenu li{
display: inline;
margin: 0;
}

.greymenu li a{
text-decoration: none;
font-family: Verdana;
font-size: 13px; 
padding: 1px 8px;
margin-right: 1px;
border: 1px solid #778;
color: #000000;
background-color: #dcdcdc;
}

.greymenu li a:visited{
color: #000000;
}

.greymenu li a:hover{
text-decoration: none;
font-size: 13px; 
background-color: #696969;
color: #ffffff;
}

.greymenu li.selected{
}

.greymenu li.selected a{ 
background-color: #696969;
font-size: 13px; 
color: #ffffff;

}

.greymenu li.selected a:hover{ 
text-decoration: none;
font-size: 13px; 
}

/* Grey Menu Drop Down Style */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; 
border-width: 1 1px;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font:normal 10px Verdana;
color: black;
}

* html .dropmenudiv_b a{ 
width: 100%;
}

.dropmenudiv_b a:hover{ 
font:normal 10px Verdana;
color: #960d14;
background-color: #dcdcdc;
}
