/* default styles */
body, td { color: #555555; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

a:link, a:visited, a:active { color: #0B4A06; text-decoration: underline; }
a:hover { color: #97B086; text-decoration: underline; }

/* custom styles */
.title{ color: #0B4A06; font-size: 18px; font-weight: bold; }
.header{ color: #0B4A06; font-size: 14px; font-weight: bold; }

.footer_copy{ color: #5E9080; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.footer_info, a.footer_info:link, a.footer_info:visited, a.footer_info:active { color: #5E9080; font-size: 11px; text-decoration: none; }
a.footer_info:hover { color: #5E9080; text-decoration: none; }

.small, a.small:visited, a.small:link, a.small:hover, a.small:active { font-size: 11px; }
.smallest, a.smallest:visited, a.smallest:link, a.smallest:hover, a.smallest:active { font-size: 9px; }
.highlight { color: #663333; }
.boxTitle { color: #0B4A06; font-weight: bold; font-size: 14px; background-color: #97B086; }
td.box, .box { }
a.box:link, a.box:visited, a.box:active { color: #0B4A06; }
a.box:hover { color: #97B086; }

/* forms */
select, textarea, input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.textBoxSelected { background-color: #97B086; }
.textBox { }

/* other/misc */
.none { }

