
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:3px;}
	
h2 {font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	margin-bottom:3px;}
	
h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	margin-bottom:3px;}

h4 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	margin-bottom:3px;}
	
a	{text-decoration:none;}
	
#dropmenudiv{
position:absolute;
background-color:#C9CED8;
border-width:1px;
border-style:solid;
border-color: #003E7C;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #003E7C;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C9CED8;