td.standard {
		font-family : Arial, sans-serif;
		font-size : 11px;
		color : #5e5e5e;
}

td.err_field {
		font-family : Arial, sans-serif;
		font-size : 11px;
		color : #ff0000;
}

td.bolddark {
		font-family : Arial, sans-serif;
		font-size : 14px;
		color : #5e5e5e;
		font-weight : bold;
}

td.boldglow {
		font-family : Arial, sans-serif;
		font-size : 12px;
		color : #f2f3e5;
		font-weight : bold;
}

td.adminheader {
		font-family : Arial, sans-serif;
		font-size : 24px;
		color : #f2f3e5;
		font-weight : bold;
}

a.standard {
		font-family : Arial, sans-serif;
		font-size : 11px;
		color : #5e5e5e;
		text-decoration: none;
}

a.bolddark {
		font-family : Arial, sans-serif;
		font-size : 14px;
		color : #5e5e5e;
		font-weight : bold;
		text-decoration: none;
}

a.boldglow {
		font-family : Arial, sans-serif;
		font-size : 12px;
		color : #f2f3e5;
		font-weight : bold;
		text-decoration: none;
}