.txt1 {
	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;
}
a.txt1:hover{
color:914066;
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:#914066;
	text-decoration: none;
}

a.boldtxt:hover{
    color:#000000;
	text-decoration:underline;
	}
.orangetxt {
	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;
	
}
a.orangetxt:hover{
    color:#914066;
	text-decoration:underline;
	}
.imgborder{
   background-image:url(../images/border.jpg);
   background-repeat:repeat-y;
   }


