<STYLE TYPE="text/css">
<!--
//the first part is the scroll bar. you already know that though

BODY { scrollbar-face-color: #006699; scrollbar-DarkShadow-color: #003366; scrollbar-Shadow-Color: #97BBDB; scrollbar-arrow-color: #FFFFFF; background-color:#ffffff; }
td,p {font-family:arial,helvetica,sans-serif; font-size:12px; line-height:16px; color:#666666;}

//navigation

a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: #ffcc00; text-decoration: none }

a.nav:link { color: #ffffff; text-decoration: none }
a.nav:active { color: #006699; text-decoration: none }
a.nav:visited { color: #ffffff; text-decoration: none }
a.nav:hover { color: #006699; text-decoration: none }

a.nav2:link { color: #9c9c9c; text-decoration: none }
a.nav2:active { color: #9c9c9c; text-decoration: none }
a.nav2:visited { color: #9c9c9c; text-decoration: none }
a.nav2:hover { color: #006699; text-decoration: none }

//This is for table borders. Can be used in the <Table> tag or the <td> tag. Dont use in the <tr> tag or it won't display correctly
//example <table class="borderallredsize1"></table> this way you don't have to mess around with the table border commands. 
//i make the names descriptive.
//need to reference these as class="something"

.bordertopbottomdashedsidesolid {   border-top: 1 solid #ff0000; border-bottom: 1 solid #ff0000; border-left: 2 solid #ff0000;}
.borderdashed { border: 1 dashed #ff3300; }
.borderleftsolidsize2 { border-left: 2 solid #ff0000;}
.borderleftsolidsize {  border-left: 1 solid #ff0000;}
.borderallredsize1 { border: 1 solid #cc3300 ; }
.navborder {border-right: 1 solid #cc3300; border-bottom: 1 solid #cc3300 ; border-left: 1 solid #cc3300; }
.borderbottom {border-bottom: 1 solid #cc3300 ; }
.bordergrey {border: 1 solid #999999;} 
.border {border: 1 solid #003871;} 
.blueborder {border: 1 solid #003871;} 
.bluebottom {border-bottom: 1 solid #003871;}
.bluetopbottom {border-top: 1 solid #003871; border-bottom: 1 solid #003871;} 
.blueright {border-right: 1 solid #003871;}
.blueleft {border-left: 1 solid #003871;}
.bluetop {border-top: 1 solid #003871;}
.bbottom {border-bottom: 1 solid #003871;} 
.borderleft {border-left: 1 solid #003871; } 
.borderright {border-right: 1 solid #003871;} 
.bordertop {border-top: 1 solid #003871;} 
.bordertopbottom {border-top: 1 solid #003871; border-bottom: 1 solid #003871;} 

//text form field borders
.textfieldborderbackground { border: 1 solid #ffffff; background: #006699 ; }
.formstyle3 { font-family: verdana,arial,helvetica; font-size: 11px; border: 1 solid #003871; background: #f9fcff ; color: #003871; } 
select {font-family: verdana,arial,helvetica, sans-serif; font-size: 11px; border: 1 solid #3A4F6C; background: #E4EAF2 ; color: #3A4F6C;}
input {font-family: verdana,arial,helvetica, sans-serif; font-size: 11px; color: #3A4F6C; border: 1 solid #3A4F6C; background: #E4EAF2 ; }
textarea {font-family: verdana,arial,helvetica, sans-serif; font-size: 11px; color: #3A4F6C; border: 1 solid #3A4F6C; background: #E4EAF2 ; }




//button styles
.button1 {font-size: 8pt; font-family: Verdana; color: #FFFFFF; font-weight: bold; background-color: #cc3300 }



-->
</STYLE>
