/* CSS Document */

*{padding:0; margin:0;}
body{
     background: #FFFFFF; 
	 }
.button_image{
              background:url(images/button.jpg);  
			  height:28px; 
			  background-repeat:repeat-y;
			  }
.bgcolor{
         background:#B30002;  
		 height:2px;
		 }
.buttonlink{
            font-family: Verdana;  
			font-size:12px; 
			text-decoration:none; 
			color: #FFFFFF; 
			font-weight:bold;
			}
.buttonlink:hover{
                  font-family:Verdana; 
				  font-size:12px; 
				  text-decoration:none; 
				  color:#FFFFFF; 
				  font-weight:bold;
				  }
.footerlink{
            font-family: Verdana;  
			font-size:12px; 
			text-decoration:none; 
			color:#616060; 
			}
.footerlink:hover{
                  font-family:Verdana; 
				  font-size:12px; 
				  text-decoration:none; 
				  color:#B30002; 
				  }
.pro{
     font-family:Verdana; 
	 font-size:12px; 
	 text-decoration:none; 
	 color:#616060; 
     }
.topleftcav{
            background:url(images/topleftcav.jpg); 
			width:15px; 
			height:16px; 
			background-repeat:no-repeat;
			}
.toprightcav{
             background:url(images/toprightcav.jpg); 
			 width:24px; 
			 height:16px; 
			 background-repeat:no-repeat;
			 }
.topline{
         background:url(images/topline.jpg); 
		 width:24px; 
		 height:16px; 
		 background-repeat:repeat-x;
		 }
.leftline{
          background:url(images/leftline.jpg); 
		  width:15px; 
		  height:15px;
		  background-repeat:repeat-y;
		  }
.rightline{
           background:url(images/right.jpg); 
		   width:24px; 
		   background-repeat:repeat-y;
		   }
.bottomleftcav{
               background:url(images/bottomleftcav.jpg); 
			   width:15px; 
			   height:15px; 
			   background-repeat:no-repeat;
			   }
.bottomline{
            background: url(images/bottomline.jpg); 
			height:15px; 
			background-repeat:repeat-x;
			}
.bottomrightcav{
                background:url(images/bottomrightcav.jpg); 
				width:24px; 
				background-repeat: no-repeat;
				}
.text{ 
      font-family:Verdana; 
	  font-size:12px; 
	  color:#000000; 
	  text-align:justify;
	  }
.headingtext{
             font-family:Verdana; 
			 font-size:14px; 
			 color:#db2c03; 
			 text-decoration:underline;
			 }
.boldtext{ 
          font-family:Verdana; 
		  font-size:12px; 
		  color:#000000; 
		  font-weight:bold;
		  }
.readmorelink{
              font-family:Verdana; 
			  font-size:12px; 
			  color:#db2c03; 
			  text-decoration: none; 
			  font-weight:bold;
			  }
.readmorelink:hover{
                    font-family:Verdana; 
					font-size:12px; 
					color:#B30002; 
					text-decoration: none; 
					font-weight:bold;
					}
.dotline{
         background:url(images/dotline.jpg); 
         width:2px; 
		 background-repeat:repeat-y;
		 }
	.text1{ 
      font-family:Verdana; 
	  font-size:12px; 
	  color:#000000; 
	  text-align:right;
	  }

