body { color : #505050;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	background : #F0F4F7 url(images/bg.jpg) repeat-x;
 	}

.page_title { 
font-family : Tahoma;
font-size : 10pt;
font-weight : bold;
font-style : italic;
color : #496FA7;
    }
 	
td {
	color : #505050;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	}
	
a:link		{ color: #ffffff; text-decoration: none; }

a:visited	{ color: #ffffff; text-decoration: none; }

a:active	{ color: #ffffff; text-decoration: none; }

a:hover		{ color: #ffffff; text-decoration: none; }



 /* START THE CODE FOR THE VERTICAL MENUS */



.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 9pt;
		  height: 25px;
		  width: 142px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  margin-right: 0px;
		  margin-top: 0px;
		  margin-bottom: 1px;
		  cursor: pointer;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 18pt;
		  text-align: left;
		  display: block;
		  border-bottom: 0px solid #567EB9;
		  background : url(images/navbg.jpg);
		  border: #c0c0c0 0px solid;
 }
		  
a.menu:link 	{ color: #ffffff; 
		  background-color: #567EB9;  
          background : url(images/navbg.jpg);  }


a.menu:visited 	{ color: #ffffff; 
         background-color: #567EB9;  
         background : url(images/navbg.jpg);  }


a.menu:active 	{ color: #ffffff; 
         background-color :#567EB9;  
         background : url(images/navbg.jpg);  }


a.menu:hover 	{ color: #ffffff; 
         background-color :#567EB9; 
		 text-decoration: none;  
		 background : url(images/navbg_over.jpg);  }





