/*** 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 }

/*** Proxy Link Text font=8pt ***/
/*** Should have the same colour like a:link ***/
.proxy_8 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #0066cc
}

/*** Text Title ***/
.text_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #336699
}

/*** Text Title ***/
.text_subtitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000066
}

/*** Text Title ***/
.text_formtitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: #FFFFFF
}

/*** 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;
color: 000000
}

/*** Text font=9pt ***/
.text_9 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt
}

/*** Text font=8pt gray ***/
.gray_8 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #666666
}

/*** Button designs  ***/
input.submitButton {
   cursor: hand;
   font-size: 7pt;
   font-family: Verdana;
   width: 40;
   color: #ffffff;
   background: #5fa0d6;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}
input.littleButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   font-weight: bolder;
   width: 80;
   color: #ffffff;
   background: #5fa0d6;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}
input.deleteButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   font-weight: bolder;
   color: #FF0000;
   width: 80;
   background: #d4d4d4;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}
input.normalButton {
   cursor: hand;
   font-size: 8pt;
   font-family: Verdana;
   color: #333333;
   background: #d4d4d4;
   border: 1px outset #CCCCCC;
   line-height: 9pt;
   align: center
}
button.BanButton {
   cursor: hand;
   font-size: 8pt;
   color; #ff0000; #ff0000
}	
