.menu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color:#000000;
	text-decoration:underline;
}

.underline{
font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration:underline;
}
.imgborder{
   background-image:url(../images/border.jpg);
   background-repeat:repeat-y;
   }
   .witetxtbold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.witetxtbold:hover{
    text-decoration:underline;
	color:#ffcc00;
	}
.witetxt {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.witetxt:hover{
    text-decoration:underline;
	color:#000000;
	}
.orangetxt {
   font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#ff0033;
	text-decoration: none;
	
	}
a:hover {
	color:#000000;
	text-decoration: none;
}


