/* elements */
td   { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p   { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/* input     { color: white; background-color: #339933; border: none } */
/* select     { color: white; background-color: #339933; border: none } */
/* textarea     { color: white; background-color: #339933; border: none } */
a     { color: #600; text-decoration: underline }
a:hover     { color: #600; text-decoration: underline }
a:active       { color: #600; text-decoration: underline }
a:visited       { color: #600; text-decoration: underline }
.bullet     { list-style-image: url(/images/bullet.jpg) }
hr   { color: #daa520; height: 1px }
/* classes */
.slogan  { color: #fff; font-style: italic; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.head     { color: #966; font-style: normal; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.subhead        { color: #daa520; font-style: normal; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: capitalize }
.page_copy_bold { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.page_copy_italic { font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.page_copy_bold_italic { font-style: italic; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bottom_nav  { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.copyright  { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.news   { color: white; font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding: 4px }
.news_headline  { color: white; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center; text-transform: uppercase; padding: 4px }
li   { list-style-image: url(/images/bullet.jpg) }
form {margin:0px; padding:0px}
.textboxes {color:#000000;border: 1px solid #600000;border-color:#60000; background-color:#eeeeee; font-family:Arial, Helvetica, sans-serif; font-size:10px}
.submitbuttons
{
	color: #ffffff;  
	font-style: normal; 
	font-family: verdana; 
	font-weight: bold; 
	font-size:10px; 
	background-color: #600000;
	border: 1px solid #000000;
	cursor:pointer;
}
.submitbuttons:hover
{
	color: #600000;  
	font-style: normal; 
	font-family: verdana; 
	font-weight: bold; 
	font-size:10px; 
	background-color: #ffffcc;
	border: 1px solid #600000;
	cursor:pointer;
};