body {
	color: #536C79;
}

body, input, textarea, option {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.title, h1, h2, h3 {
	font-family: Candara, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #324C64
}

.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #324C64;
	
	font-size: 36px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

hr {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e1ebf2;
	height: 4px;
}

p {
	margin: 1em 0px 0px 0px;
}

a {
	color: #F6F6F6;
	text-decoration: none;
}

a:hover {
	color: #99CCCC;
	text-decoration: underline;
}

td {
	vertical-align: top;
	padding: 0px;
}

.warning, .error {
	font-weight: bold;
}

.error {
	color: #FABE9E;
}

div.gradient, div.banner, div.search, div.footer {
	visibility: hidden;
	height: 0px;
}

div.content a {
	color: #E2EAE1;
}
