body{
	font: 68% "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #333;
	text-align:justify;
	}

tr{
	font: 68% "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #333;
	text-align:justify;
	}	

a {
}

ul { list-style-type: circle; } 


h1,h2,h3,h4,h5,h6{ font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 { font-size:220%; color:#ccc; font-weight:bold; margin-top: 0px; margin-bottom: 5px; }

h2 { font-size:150%; color:#ccc; font-weight:normal; margin-top: 10px; margin-bottom: 5px; }

h3 { font-size:165%; color:#2580a2; font-weight:bold; margin-top: 0px; margin-bottom: 20px; }

h4 { font-size:120%; color:#2580a2; font-weight:bold; margin-top: 15px; margin-bottom: 15px; }

h5 { font-size:120%; color:#000000; font-weight:bold; margin-top: 15px; margin-bottom: 15px; }



#header{
	color: #fff;
	margin-top: 20px;
}


#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#menu li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 32px; /* Specified height for IE 7 etc */
}

html>body #menu li {
	height: auto; /* Automatic height for other browsers */
}

#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("graphics/menuimages/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
