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

.page_title { 
font-family : Tahoma;
font-size : 10pt;
font-weight : bold;
font-style : italic;
color : #293329;
    }
 	
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: #000000; text-decoration: none; }



 /* START THE CODE FOR THE VERTICAL MENUS */



.menu		{ font-family: Verdana;
		  font-size: 7.5pt;
		  height: 23px;
		  width: 178px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  margin-right: 0px;
		  margin-top: 0px;
		  margin-bottom: 1px;
		  cursor: pointer;
		  font-weight: normal;
		  text-indent: 1px;
		  line-height: 18pt;
		  text-align: right;
		  display: block;
		  border-bottom: 4px solid #567EB9;
		  background : url(images/nav-bg.jpg);
		  border: #c0c0c0 0px solid;
 }
		  
a.menu:link 	{ color: #ffffff; 
		  background-color: #567EB9;  
          background : url(images/nav-bg.jpg);  }


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


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


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

.button-popups {background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }




