BODY, P, UL, LI, OL, TABLE, TD, TH, TR, TEXTAREA, FORM {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
}

.blue {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #004b88;
}

INPUT, BUTTON, SELECT {
	font: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color: #004b88;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-color: #004b88;
	border-left-width: 1px;
	border-left-color: #004b88;
	border-right-width: 1px;
	border-right-color: #004b88;
	border-top-width: 1px;
	border-top-color: #004b88;
}

UL {
	list-style-type: none;
	list-style-image: url('http://www.pinoakstud.com/images/bullet.gif');
}

a:link {
	color: #004b88; text-decoration: none;
}
a:active {
	color: #004b88; text-decoration: none;
}
a:visited {
	color: #004b88; text-decoration: none;
}
a:hover {
	color: #004b88; text-decoration: underline;
}

