.text { 
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.textbold { 
	color: #fff;
	font-size: 11pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight {
	color: #369;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar {
	color: #000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menulink {
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer {
	color: #000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.sectionhead {
	color: #369;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	color: #369;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #369;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:link {
	color: #369;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #69c;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

input {
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #fff;
}
