/* Initial Settings */



/* div #main tag is for header page links only -- For left margin menu: see scripts solder -- text links are defined within each pages properties */

div#main a:link {
color:  #FFFFFF;
font-size: 11px;
}

div#main a:hover  {
color:  #CCCCCC;
font-size: 11px;
}
div#main a:visited  {
color:  #FFFFFF;
font-size: 11px;
}

/*Sponsor Table*/



/*Forms and buttons*/

INPUT, SELECT, TEXTAREA {
background-color: #FFFFFF;
color: #000000;
font-family: arial, helvetica;
font-size: 11px;
border: outset 1px #CCCCCC;
padding: 2;
}

<!--
a {  text-decoration: none; color: #000000}
-->
</style>
<style type="text/css">
INPUT, SELECT, TEXTAREA {
background-color: #F3F9CD;
color: #CC6633;
font-family: arial, helvetica;
font-size: 11px;
border: outset 1px #CC9966;
padding: 2;
}
