/*** Scrollbar Colours ***/
body         { margin: 0px  0px; padding: 0px  0px }
body         { scrollbar-base-color:#CED8DF;scrollbar-track-color:#E0E6EB }

/*** Link Colours ***/
a:link       { color: #0066cc; text-decoration: none }
a:visited    { color: #0066cc; text-decoration: none }
a:hover      { color: #ff0000; text-decoration: none }
a:active     { color: #ff0000; text-decoration: none }

/*** Text font=7pt ***/
.text_7 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt
}

/*** Text font=8pt ***/
.text_8 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt
}

/*** Text font=9pt ***/
.text_9 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt
}

/*** Text Link Title ***/
.text_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #336699
}

/*** Link design for Tables, font=8pt  ***/
.adsBlue_8 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #dddddd;
border-style: solid;
border-width: 1px;
border-color: #ffcc66
}

/*** Button design  ***/
INPUT.littleButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   width: 80;
   color: #333333;
   background: #DDDDDD;
   border: 2px outset #CCCCCC;
   line-height: 11pt;
   align: center
}
