.txt {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.boldtxt {
	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.boldtxt:hover{
    color:#024870;
	text-decoration:underline;
	}
.witetxtthin {
	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.witetxtthin:hover{
color:#FFFFFF;
text-decoration:underline;
}
a:hover{
color:ff6600;
text-decoration:none;
}
.orangetxt {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#e9910e ;
	text-decoration: none;
	
}
.imgborder{
   background-image:url(../images/border.jpg);
   background-repeat:repeat-y;
   }

