/*
The styles in this file will render correctly in IE4+, NS4.* NS6, Opera5.
Font sizes will be bigger in NS4.*
Line heights are not consistent between browsers.
David Balch, www.fassoc.co.uk. 30/03/2001
*/

/* Section 1 - body classes
Main font face, size and colour for the whole page, Colour of page background .

To deal with NS4.* the following should have the same values:
- body, td and div must all have font-family, color;
- body and tdmust have font-size.

Font-size in "em" allows user scaling - best practice for accessability. 
Use font-size percentages in all classes except. body, td, div.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #CCCCCC;
}
td {

	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color :  Black;
}
div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color : Black;
}


/*Section 2 - link classes.
These settings require vlink set in body tag for correct rollover action*/
A:LINK {
	color : #FFCC33;
	text-decoration : none;
}
A:HOVER {
	color : #FF3300;
}
A:ACTIVE {
	color : #FF3300;
	text-decoration : none;
}
A:VISITED {
	color : #FF9900;
	text-decoration : none;
}
a:visited:hover {
	color : #ff9900;
}


a.navArea {
color: #545454; 
	font-size : 100%;
	font-weight : bold;

}
a.navArea:hover {
	color: black; 
}
a.navArea:visited {
	 color: #545454; 
	font-weight : bold;
}
a.navArea:visited:hover {
	 color: #545454; 
	font-weight : bold; 
}



a.navAreaK {
color: #545454; 
	font-size : 100%;
	font-weight : bold;
}
a.navAreaK:hover {
	 color: black; 
}
a.navAreaK:visited {
	 color: #545454; 
	font-size : 100%;
	font-weight : bold;
}
a.navAreaK:visited:hover {
	 color: #545454; 
	font-size : 100%;
	font-weight : bold;
}


a.navHead{
	 color: #333333;
	font-size : 95%; 
	font-weight : bold;
}
a.navHead:hover{
	 color: black; 
}
a.navHead:visited{
	 color: #333333; 
	font-weight : bold;
}
a.navHead:visited:hover{
	 color: black; 
}
.navHead{
	 color: #333333;
	font-size : 95%; 
	font-weight : bold;
; border-color: black black #333333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px
}

a.navSub {
	font-size : 85%;
	 color: #333333; 
}
a.navSub:hover {
	color: black; 
}
a.navSub:visited {
	 color: #333333; 
}
a.navSub:visited:hover {
	color: black; 
}


a.table {
	color: black;
	font-weight : bold;
	text-decoration: underline;
}
a.table:hover {
	color: #333333;
	text-decoration: none;
}
a.table:visited {
	color: black;
	font-weight : bold;
	text-decoration: underline;
}
a.table:visited:hover {
	color: #333333;
	text-decoration: none;
}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; font-weight: normal; color: #CCCCCC}
.boarderbox {  background-color: #CCCCFF; border: 1px #003366 solid}
.headings { font-family: Arial, Helvetica, sans-serif; font-size: 9.5pt; font-weight: bold; color: #000033 ; padding-bottom: 20px; margin-bottom: 20px; line-height: 14pt}

/*Section 3 - page layout classes
Font family need be stated only if it is different from the main text.*/
.navBack{
	background-color : #cccccc;
	border-color: black #E8E8E8 black black; border-style: solid; border-right-width: 1px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px
}
.rCol{
	background-color : #cccccc;
	padding : 0;
}
.footer{  
	font-size : 70%;
}

H1{
	font-size : 150%;
	font-weight : normal;
	color: #ff9900;
	margin-bottom : -2.5%;
}
H2 {
	font-size : 120%;
	font-weight : bold;
	color: #545454;
	margin-bottom : -2.5%;
}


/*Table classes*/
.tableHead {
	background-color : #ff9900;
	font-weight : bold;
}
.tableSubHead {
	background-color : #ffcc66;
	font-weight : bold;
}
.tableBody1 {
	background-color : #ffcc66;
}
.tableBody2 {
	background-color : #FFE5B2;
}
.infoTableAlt1{
	background-color : #ffffff;
}
.infoTableAlt2 {
	background-color : #FFF9F2;
}
.tdgrey {
	background-color : #CCCCCC;
}
.tdblack {
	background-color : #000000;
}
.tdorange {
	background-color : #FF9900;
}
.tdwhite {
	background-color : #FFFFFF;
}



.hilite{ 
	color: #0099ff;
 }
 
 /*howto classes*/
dt{
	font-weight : bold;
 
 }
.dottedbox {  border-color: black black #808080; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.specbox {  }
.dottedboxtinted { border-color: black black #B5B5B5; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #DADADA; font-weight: normal; color: #770000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; text-align: right; vertical-align: top}
.Biggest { color: #990000; font-size : 22px; font-weight : bold; ; border-color: black black #333333; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.boxed {  border: 1px #CCCCCC solid}
.specfooter { color: #333333; font-size : 9px; font-weight : bold; ; border-color: #333333 black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.Smalltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.notes {  background-color: #CDB5E6; border: #993366; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
