@charset "UTF-8";
/* CSS Document
This document is focused on styling text content*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9aadbf;
	font-family: "Verdana",Arial,Serif;
	color:#555555;
	font-size: 10pt;
}
a:link{
	color: #222222;
	text-decoration: none;
}
a:hover{
	color: #2222dd;
	text-decoration: none;
}
a:visited{
	color: #222222;
	text-decoration: none;
}
ul.navbar {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
li.navbar {
	text-align: right;
}
