/*<style_name>Orange Navigation Bar, Blue Background</style_name>*/
body {
	background: #006699;
	font: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

td.navbar {
	background: #ff6600;
	color: white;
	padding: 3px;	
	font-size: smaller;
	border: 2px solid white;
}

td {
	font-size: smaller;
}

td.body {
	font-size: smaller;
	border: 2px solid #006699;
	background: white;
	padding: 12px;
}

a.nav {
	color: white;
}

td.footer {
	font-size: smaller;
	color: white;
}
