/*
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 {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11.5px;
	color : #000066;
}
td {

	font-family: Arial, Helvetica, sans-serif;
	font-size : 11.5px;
	color :  #000066;
}
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 : #0066FF;
	text-decoration : none;
}
A:HOVER {
	color : #ff9900;
}
A:ACTIVE {
	color : #ff9900;
	text-decoration : none;
}
A:VISITED {
	color : #0066FF;
	text-decoration : none;
}
a:visited:hover {
	color : #ff9900;
}




A.FeaturedSite:LINK {
	color : #000066;
	text-decoration : none;
}
A.FeaturedSite:HOVER {
	color : #0066FF;
}
A.FeaturedSite:ACTIVE {
	color : #000066;
	text-decoration : none;
}
A.FeaturedSite:VISITED {
	color : #000066;
	text-decoration : none;
}
a.FeaturedSite:visited:hover {
	color : #0066FF;
}




A.introlink:LINK {
	color : #000066;
	text-decoration : none;
}
A.introlink:HOVER {
	color : #ff9900;
}
A.introlink:ACTIVE {
	color : #000066;
	text-decoration : none;
}
A.introlink:VISITED {
	color : #000066;
	text-decoration : none;
}
a.introlink:visited:hover {
	color : #ff9900;
}


A.footer:LINK {
	color : #999999;
	text-decoration : none;
}
A.footer:HOVER {
	color : #ff9900;
}
A.footer:ACTIVE {
	color : #999999;
	text-decoration : none;
}
A.footer:VISITED {
	color : #999999;
	text-decoration : none;
}
a.footer: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;
}


/*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;
 }
 

.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}


.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 #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
}

.greybox 
{  
border: 1px #CCCCCC solid
}
#line{
	text-decoration : line-through;
}

td.suppend{
	font-weight : bold;
	color : #ADAAA3;
	text-decoration : line-through;;
}

a.suppend:LINK {
	color : #ADAAA3;
	text-decoration : line-through;;
}

a.suppend:HOVER {
	color :  #ff9900;
	text-decoration : none;
}
a.suppend:ACTIVE {
	color : #ADAAA3;
	text-decoration : line-through;
}
a.suppend:VISITED {
	color : #ADAAA3;
	text-decoration : line-through;
}
a.suppend:VISITED:HOVER{
	color :  #ff9900;
	text-decoration : none;
}
