/* CSS Document */

.middlebg{ background:url(middle_bg.jpg);
           background-repeat:no-repeat;
		   padding-top:2px;
		   text-align:justify;}
.topmenu{ font-family: Tahoma;
          font-size:13px;
		  font-weight:bold;
		  color:#0065fe;
		  text-align:justify; }
.leftmenu{ font-family: Tahoma;
          font-size:13px;
		  font-weight:bold;
		 
		  }
.topmenu4{ font-family: Tahoma;
          font-size:13px;
		  font-weight:bold;
		  color:#0065fe;
		  text-align:left; }
.topmenu1{ font-family: Tahoma;
          font-size:13px;
		  font-weight:bold;
		  color:#0065fe;
		  text-align:center; }
.topmenu3{ font-family: Tahoma;
          font-size:12px;
		  /*font-weight:bold;*/
		  color:#0065fe;
		  text-align:left; }
.topmenu2{ font-family: Tahoma;
          font-size:12px;
		  font-weight:bold;
		  color:#0065fe;
		  text-align:justify;}
.bgtext{ font-family: Tahoma;
          font-size:11px;
		  color:#7b7777;
		  text-align:justify;}
.bgtext1{ font-family: Tahoma;
          font-size:11px;
		  color:#7b7777;
		  text-align:center;}
.date{ font-family: Tahoma;
          font-size:11px;
		  color:#d76773; 
		  text-align:justify;}
.copyright{ font-family: Tahoma;
          font-size:11px;
		  color:#0a50bd; 
		  padding-top:15px;
		  padding-right:60px;}
a:link {
	text-decoration: none; /*color:#00CCFF*/
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000; 
}
a:hover {
	text-decoration: none; 
	color: #00CCFF;
	
}
a:active {
	text-decoration: none;
	color:#990000;
	
}
.bordertop{
border-top:#9400D3 1px solid;
}

.bg_top{background-image:url(top.jpg);
       background-repeat:no-repeat;}
.bg_bottom{background-image:url(bottom.jpg);	
            background-repeat:no-repeat;}  
.bg_middle{background-image:url(middle.jpg);
           background-repeat:repeat-y;} 
		   
.bg_top1{background-image:url(top1.jpg);
       background-repeat:no-repeat;}
.bg_bottom1{background-image:url(bottom1.jpg);	
            background-repeat:no-repeat;}  
.bg_middle1{background-image:url(middle1.jpg);
           background-repeat:repeat-y;} 
		   
