 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color:#393310;
	scrollbar-face-color: #9E9976; 
	scrollbar-highlight-color: #AFAA87;
	scrollbar-shadow-color: #6B6643; 
	scrollbar-3dlight-color: #FEF9D6;
	scrollbar-arrow-color:  #FFF7C1; 
	scrollbar-track-color: #393310;
	scrollbar-darkshadow-color: #393310;
}

/* General font styles for common tags */
a:hover { highlight: #FFF7C1 ; color: #FEF9D6; }

/* Nav Links */
.nav { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt }
a.nav { color: #FFFFFF; text-decoration: none; }
a.nav:hover { color: #DDDDFF ; text-decoration: underline; }
td.nav { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt ; color: #DDDDFF }

/* General font families for common tags */
font { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td	{ font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt; }
hr	{ height: 0px; border: solid #C0C0C0 0px; border-top-width: 1px;}
a	{ color: #F6F2DA; text-decoration: none; }
a:hover	{ color: #FEF9D6; text-decoration: underline; }
h1,h2		{ font-family: Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; text-decoration : none; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#F6F2DA; border: #6B6643; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is a different outline around main tables */
.mainline	{ background-color:#9E9976; border: 2px #6B6643 solid }

/* This is a different outline around nav bar */
.navline	{ background-color:#FFF7C1; border: 2px #C0C0C0 solid ; }

/*   Main table cell colours and backgrounds */
TH		{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #FFF7C1; height: 18px; font-size: 11px; font-weight: bold; color: #393310; }
TD.tablebg	{ background-color: #666666 }
TD.cat		{ background-color: #FFFF99; height: 18px }  /* Uses Bitmap */
TD.row1		{ background-color: #C6BFB7 }
TD.row2		{ background-color: #CCFF66 }
TD.row3		{ background-color: #C6BFB7 }

td { font-family: Arial, Helvetica, sans-serif ; font-size: large }

td.h2		{ font-family: Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : #000000;}

td.hlt { font-family: Arial, Helvetica, sans-serif ; font-size: 11pt ;  background-color: #9E9976 ; border: 1px solid #393310 ; }
td.dlt { font-family: Arial, Helvetica, sans-serif ; font-size: 11pt ; background-color: #393310 ; border: 1px solid #939976 ; }
td.title { font-family: Arial, Helvetica, sans-serif ; font-size: 12pt ; font-weight: bold }
td.titlesm { font-family: Arial, Helvetica, sans-serif ; font-size: 10pt ; font-weight: bold ; color: #F5F0A7 ; }
td.box { font-family: Arial, Helvetica, sans-serif ; font-size: 10pt ; border: 1px solid #6B6643; background-color: #9E9976; }

/* This is the spacer row */
TD.spaceRow { border: #6B6643; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }

/* General normal text */
.gen		{ font-size : 11pt; color : #FFFFEE; }
a.gen		{ color: #F5F0A7; text-decoration: none; }
a.gen:hover	{ color: #FAF6AD; text-decoration: underline; }


/* General medium text dark */
.genmeddk		{ font-size : 10pt; color : #F6F2DA; }
a.genmeddk	{ text-decoration: none; color : #F6F2DA; }
a.genmeddk:hover	{ text-decoration: underline; color : #F6F2DA; }

/* General medium text */
.genmed		{ font-size : 10pt; color : #FFFFEE; }
a.genmed	{ text-decoration: none; color : #F5F0A7; }
a.genmed:hover	{ text-decoration: underline; color : #FAF6AD; }

/* General small */
.gensmall	{ font-size : 9pt; color : #FFFFEE; }
a.gensmall	{ color: #F5F0A7; text-decoration: none; }
a.gensmall:hover{ color: #FAF6AD; text-decoration: underline; }

/* General mail text */
.genmail		{ font-size : 10pt; color : #000000; }
a.genmail	{ text-decoration: none; color : #393310; }
a.genmail:hover	{ text-decoration: underline; color : #6B6643; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #393310;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F6F2DA; color : #000000 ;
}

/* Captions and small text */
.caption	  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #F6F2DA; font-size: 10px; letter-spacing: -1px;}
a.caption	  { color: #FFF7C1; text-decoration: none;}
a.caption:hover   { color: #FFFFFF; text-decoration: underline;}

/* Copyright and bottom info */
.copyright	  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #F6F2DA; font-size: 10px; letter-spacing: -1px;}
a.copyright	  { color: #FFF7C1; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}



