/* CSS Document */

body {
	font: normal 11px verdana;
	}

h1 {
	font: bold 16px verdana;
	color: #666;
	}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}

ul.menu li {
	position: relative;
	}


/* Styles for Menu Items */
ul.menu li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
    border-right: 0;
	}


/* TABLE LINE*/

.line {
	background: #fff; /* IE6 Bug */
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}


/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu li a:hover { color: #5AA1CA; background: #f9f9f9; } /* Hover Styles */
		
li ul.menu li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul.menu, li.over ul.menu { display: block; } /* The magic */

P, td {
	font-family: geneva, arial, helvetica, sans-serif;
	color: #333;
	font-size: 105%;
	}

A {
	font-family: geneva, arial, helvetica, sans-serif;
	color: #369;

	/*/*//*/ font-size: small; /* */
	/*/*/font-size: 100%;/* */
	}
	
.header {
	font-family: geneva, arial, helvetica, sans-serif;
	color: #369;
	font-size: 130%;
	font-weight : bold;
}

/*TABLE CLASSES*/

.nobottom {
border: solid 1px #CCC; 
border-bottom: 0px;	
}

.notop {
border: solid 1px #CCC; 
border-top: 0px;	
}





