a  { text-decoration: none; color: #2f6790 }
a:hover, .orange { color: #FF9900 }

.blue  { background-color: #2f6790 }
.blackBg  { background-color: #000000 }
.orangeBg  { background-color: #FF9900 }
.lightGreyBg  { background-color: #F9F9F9 }
.black  { color: #000000 }
.menuText, .copyrightText, .boxHeader  { font-family: "Small Fonts"; text-transform: uppercase; text-indent: 5px; letter-spacing: 1px }
.menuText { color: white; font-size: 8px }
.boxHeader { color: white; font-size: 7px }
.copyrightText { color: #909790; font-size: 7px; }
.breadText, .headerText, .textField, .textFieldRequired, .lineSpace, select, textarea { font-size: 10px; font-family: Tahoma }
.breadText { color: #4E4E4E }
.headerText  { color: #ff9900; font-weight: bold }
.textField, .textFieldRequired, select, textarea   { padding-left: 3px; border: solid 1px black }
.lineSpace { margin-top: 5px }
.letterSpacing2px { letter-spacing: 2px }

.textFieldRequired {
 background-image:url(../graphics/required.gif);
 background-position:top right;
 background-repeat:no-repeat;
}

textarea {
 scrollbar-face-color: #FFFFFF;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #FFFFFF;
}