font, th, td, p, input, select, textarea { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

a { 
	text-decoration: none;
	color : #5D7635;
}

a:hover {
	text-decoration: underline;
	color : #5D7635;
}

.menu {
	color: #EDC16A;
	font-size: 8pt;
	font-weight:bold;
}

a.menu { 
	color : #EDC16A;
	font-weight:bold;
}

a:hover.menu {
	text-decoration: underline;
	color : #EDC16A;
	font-weight:bold;
}

.bluetitle {
	color: #536C80;
	font-size: 12pt;
	font-weight:bold;
}

a.bluetitle { 
	color : #536C80;
}

a:hover.bluetitle {
	text-decoration: underline;
	color : #586A78;
}

.maroon {
	color: #9C3435;
	font-size: 11pt;
	font-weight:bold;
}

.poptitle {
	color: #903C31;
	font-size: 13pt;
	font-weight:bold;
}

.largebrown {
	color: #807863;
	font-size: 10pt;
	font-weight:bold;
}

.brown {
	color: #807863;
	font-size: 8pt;
	font-weight:bold;
}

a.brown { 
	color : #807863;
}

a:hover.brown {
	text-decoration: underline;
	color : #807863;
}

.darkblue {
	color: #53496B;
	font-size: 9pt;
	font-weight:bold;
}

.required {
	font-size: 10pt;
	color: darkred;
	font-weight:bold;
}

.largered {
	color: darkred;
}

.greentext {
	font-weight: bold;
	color: #496018;
}

a.greentext { 
	color : #496018;
}

a:hover.greentext {
	text-decoration: underline;
	color : #496018;
}

.menutext {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
}

a.menutext { 
	color : #FFFFFF;
}

a:hover.menutext {
	text-decoration: underline;
	color : #FFFFFF;
}


.graytext {
	font-family: sans-serif;
	color: #76736E;
	font-size: 7pt;
}

.largegraytext {
	color: #76736E;
	font-size: 12pt;
	font-weight: bold;
}

.whitenumber {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
}

a.whitenumber { 
	color : #FFFFFF;
}

a:hover.whitenumber {
	text-decoration: underline;
	color : #FFFFFF;
}

.search {
	color: #4C5C1B;
	font-size: 8pt;
	font-weight: bold;
}

.footer {
	color: #504E27;
	font-size: 8pt;
	font-weight: bold;
}

.redtext {
	color: #D40136;
	font-size: 8pt;
	font-weight: bold;
}

