.topMenu
{
	height:60px;
	padding-left:8px;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#ffff66;
	font-weight: 500;
	white-space: nowrap;
	display: block;
	line-height: 30px;
	background-image: url(images/upbutton.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	
}
    .topMenu a {
	color: #FFFF66;
	text-decoration:none;
	padding-top: 30px;
	padding-right: 4px;
	padding-bottom: 30px;
	padding-left: 4px;
}
    .topMenu a:hover {
	text-decoration:none;
	color:#ffffff;
	background-image: url(images/dbutton.jpg);
	background-repeat: repeat-x;
	
	
}
    .style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0033FF;
	text-decoration: underline;
}

