/* CSS Document */



h1
{
font-size: 18px;
line-height: 24px;
font-family: Garamond, Times, serif;
font-weight: bold;
letter-spacing: 0.03cm;
color: #990000
}

h2
{
font-size: 18px;
line-height: 22px;
font-family: Garamond, Times, serif;
font-variant: small-caps;
letter-spacing: 0.05cm;
color: #231f20
}

h3
{
font-size: 12px;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
color: #7C4204
}
h4
{
font-size: 12px;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
font-weight: bold;
color: #990000
}
h5
{
font-size: 10px;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}

a
{
color: #003366
}

p
{
font-family: Helvetica, Verdana, Arial, sans-serif;
	/* font-size: .73em; */
	font-size: 12.2px;
	letter-spacing: 0.02cm;
	line-height: 16px;
}

caption
{
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
th
{
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold
}
td
{
font-family: Helvetica, Verdana, Arial, sans-serif;
	/* font-size: .73em; */
	font-size: 12.2px;
	letter-spacing: 0.02cm;
	line-height: 16px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Helvetica;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F5F5DC;
}

