BODY	/*	{ SCROLLBAR-BASE-COLOR: #110033 } */

a:link		{ color: #3300FF; text-decoration: none }
a:visited	{ color: #3300FF; text-decoration: none }
a:active	{ color: #666666; text-decoration: none }
a:hover		{ color: #6699FF; text-decoration: none }



TABLE		{ COLOR: #000000; FONT: 11px geneva, verdana, arial, sans-serif }
.title		{ COLOR: navy; FONT: 20px verdana, arial, sans-serif; font-weight: bold }
.tdata		{ COLOR: #000000; FONT: 16px arial, sans-serif }
.tmeet		{ COLOR: navy; FONT: 16px arial, sans-serif }

 /* MENUS */


.menu	{ font-family: verdana, arial, helvetica, sans;
		  font-size: 12pt;
		  height: 22px;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 7px;
		  padding-right: 7px;
		  cursor: hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 16px;
		  border: #000000 0px solid;
	    }

a.menu:link 	{ background-image: url("../img/button.gif");
		  		  background-color:#2D2D4A;
		  		  color: #FFFFFF;
		  		}

a.menu:visited 	{ background-image: url("../img/button.gif");
		  		  background-color:#2D2D4A;
		  		  color: #EEEEEE; 
		  		}

a.menu:active 	{  background-image: url("../img/buttonon.gif");
		   		   background-color:#C0C0C0;
		   		   color: #000000;
		   		}

a.menu:hover 	{  background-image: url("../img/buttonon.gif");
		   		   
		      	   color: #220044;
		      	}
