@charset "UTF-8";
/* CSS Document */

body {
	background-color: #D5EDBA;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin: 0;
	}
	
#toolbar-menubar { display: none !important; }
	
a:link {
	color: #005a00;
	text-decoration: none;
	}
	
a:visited {
	color: #005a00;
	text-decoration: none;
	}
	
a:hover {
	color: #005a00;
	text-decoration: underline;
	}
	
.header {
	font-size: 15px;
	padding: 7px;
	background-color: #51932b;
	color: white;
	}
	
.content {
	padding: 7px;
	}
	
.footer {
	text-align: right;
	padding: 5px;
	}
	
