html, body {
	height: 100%;
	text-align: center;
	background: #e6eaeb url(../img/pro_bg.gif) repeat-x;
}
			
.header {
	font: bold 20px Lucida Grande, Helvetica, Arial, sans-serif;
	color:#486d9c;
}

table, td {
	font: 11px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

ul {
	line-height:21px;
}

a.nav {
	font: 11px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	display:inline-block;
	text-decoration: none;
	font-weight: bold;
	color:#486d9c;
	background: #ffffff url(../img/bg_nav_home.gif) repeat-x;
	padding: 6px 8px 6px 8px;
	border: 2px solid #ffffff;
	border-width: 2px 2px 0px 2px;
	outline:none;
}

#act {
	background: #ffffff;
	color:#486d9c;
}

a.nav:hover {
	color:#ffffff;
	background: #18516f url(../img/bg_btn.gif) repeat-x;
}