/* CSS Document */
body {
	background-color: #ffffff;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
}
td,th {
	color: #E57599;
	background-color: #ffffff;
}
a {
	font-size: 14px;
	font-style: italic;
}
a:link {
	color: #E57599;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #E57599;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #E57599;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #E57599;
}
.headlink
	{
	color: #E57599;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color:#E57599;
}
.text {
	
	color:#E57599;
}
.text1 {
	
	color:#A59931;
}
.footer {
	color:#A59931;
}

#dropmenudiv {
position:absolute;
background-color: #F4E4EF;
border:1px solid #E57599;
border-bottom-width: 0;
font-size: 12px;
line-height: 20px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 4px;
color: #000;
border-bottom: 1px solid #E57599;
padding: 0;
margin: 0;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E57599;
color: #fff;
}
