/* CSS Document */



h1
{
font-size: 16px;
line-height: 24px;
font-family: Garamond, Times New Roman, Geneva, Arial, sans-serif;
font-weight: bold;
letter-spacing: 0.05cm;
color: #caa64f
}

h2
{
font-size: 15px;
font-family: Garamond, Times New Roman, Geneva, Arial, sans-serif;
letter-spacing: 0.05cm
}

h3
{
font-size: 15px;
font-family: Garamond, Times New Roman, Geneva, Arial, sans-serif;
color: #ffffff
}
h4
{
font-size: 15px;
font-family: Garamond, Times New Roman, Geneva, Arial, sans-serif;
font-weight: bold;
color: #ffffff
}
h5
{
font-size: 13px;
font-family: Garamond, Times New Roman, Geneva, Arial, sans-serif;
}

a
{
color: #8fd4d9
}

p
{
font-family: Garamond, Times New Roman, Arial, sans-serif;
	/* font-size: .73em; */
	font-size: 14px;
	color: #ffffff;

	letter-spacing: 0.01cm;
	line-height: 15px;
}

caption
{
font-size: 14px;
font-family: Garamond, Times New Roman, Arial, Helvetica, sans-serif
}
th
{
font-size: 14px;
font-family: Garamond, Times New Roman, Arial, Helvetica, sans-serif;
font-weight: bold
}
td
{
font-family: Garamond, Times New Roman, Arial, sans-serif;
	/* font-size: .73em; */
	font-size: 13px;
	letter-spacing: 0.01cm;
	line-height: 15px;
}

#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;
}

