/* 
  File name:  web
  Created on: 11 November 2002 at 00:31
  Author:     cjb  

  Description:
    An empty stylesheet.
*/

BODY { background-color: #FFFFFF;}
TH { background-color: #FFFFFF; color: #000000; font-family: Arial; font-size: 10pt }
TD { background-color: #FFFFFF; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
INPUT { font-family: Arial;  font-size: 8pt }
TEXTAREA { font-family: Arial;  font-size: 8pt }
PRE { font-family: Arial;  font-size: 8pt }
SELECT { font-family: Arial;  font-size: 8pt }
A:LINK { color: #0066CC; }
A:VISITED { color: #0066CC; }
A:ACTIVE { color: #003399; }
A:HOVER  { color: #003399; }

.button { font-family: Arial; font-size: 8pt }
.buttonbold { font-family: Arial; font-weight: bold; font-size: 8pt }

.white { background-color: transparent; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.yellow { background-color: #FFFFCC; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.darkyellow { background-color: #FFFF99; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.main_body { background-color: #FFFFFF; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.lightgreen { background-color: #CCFFCC; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.darkgreen { background-color: #66CC66; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.mainform{ background-color: #FFFFCC; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.lightorange { background-color: #FFCC99; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.orange { background-color: #FF9966; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }
.skyblue { background-color: #D9EEFF; color: #000000; background-image: none; font-family: Arial; font-size: 10pt }

.smalltext { background-color: transparent; color: #000000; background-image: none; font-family: Arial; font-size: 8pt }
.smallprint { font-family: Arial; font-size: 7pt; color: #999999 }
text12pt { font-family: Arial; font-size: 12pt; color: #003399 }
courier12pt { font-family: Courier; font-size: 12pt; color: #000000 }
.text10pt { font-family: Arial; font-size: 10pt; color: #003399 }
.largetext { font-family: Arial; font-size: 12pt; color: #003399 }
.text14pt { font-family: Arial; font-size: 12pt; color: #003399 }
/* div classes */

.topbanner { position: absolute; top: 30px; left: 30px; width: 710px; }
.mainpanel { position: absolute;  top: 100px; left: 89px; width: 622px; height: 420px; overflow: auto; scrollbar-face-color: #0072BC; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #0072BC }
.bottombar { font-family: Arial; font-size: 12pt; position: absolute; left: 0px; top: 520px; }

.linknounderline { text-decoration: none }


