/* POH Styles */
td, input, textarea, select, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color:#FFFFCC;
	text-decoration: none;
}
a {
	color: #AC7326;
}
a:hover {
	color: #ff9300;
}
.title {
	font-size: 28px;
	font-weight: bold;
	color: #874E01;
}
.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #AD7427;
}
.small {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.blue {
	color: #755B91;
	text-decoration: none;
}
.green {
	color: #85A526;
	text-decoration: none;
}