h1{
	color:#FF0000;
	font-family: tahoma;
	font-weight:bolder;
	font-size:28px;
}
h2{
	color:#FF0000;
	font-family: tahoma;
	font-weight:bolder;
	font-size:24px;
}
h3{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight:bolder;
	font-size:16px;
}
h4{
	color:#FF0000;
	font-family: tahoma;
	font-weight:bolder;
	font-size:16px;
}
.heading_link{
	color:#FF0000;
	font-family: tahoma;
	font-weight:bolder;
	text-decoration:none;
}
.heading_white{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.text{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}
.bottom_nav{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight:bolder;
	font-size:12px;
	text-decoration:none;
}
.menudef{
	position:absolute;
	visibility: hidden;
	border:2px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 11px/11px Tahoma;
	font-style:normal;
	color:#FFFFFF;
	z-index: 100;
	background-color:#000000;
	width: 115px;
}

.menudef a{
width: 110px;
display: block;
text-indent: 3px;
border-bottom: 2px solid #FFFFFF;
text-align:left;
padding: 2px 0;
text-decoration: none;
color:#FFFFFF;
text-indent: 5px;
width: 115px;
}

.menudef a:hover{ 
background-color:#333333;
color: #FFFFFF;
width: 115px;

}
