body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dashboard_header {
	background-color: #344179;
}
.dashboard_bkgd {
	background-color: #FCF9CF;
}
.dashboard_bars {
	background-color: #B2A260;
}
.dashboard_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
table.main td, td.main, p.main, span.main {
	font-size: 13px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.alert {
	color: #c00;
	font-weight: bold;
}
span.ReqAsterisk {
	color: #c00;
	font-weight: bold;
	margin: 0px 2px;
}
.small, .small td {
	font-size: 12px !important;
}
.tiny, .tiny td {
	font-size: 11px !important;
}
td.loginStatus {
	background-color: "#D8CB95";
	padding: 3px 10px;
	font-size: 12px;
	text-align: right;
}
div.message {
	font-size: 13px;
	color: #c00;
	font-weight: bold;
	border: 1px solid #c00;
	background-color: #fff;
	margin: 10px 0px 10px 0px;
	padding: 3px;
}
div.message2 {
	margin: 0px 0px 10px 0px;
}