/*
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
*/

/* 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: verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color :  #666666;
	line-height: 130%;
}
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 : #003366;
	text-decoration : none;
}
A:HOVER {
	color : #ff9900;
}
A:ACTIVE {
	color : #ff9900;
	text-decoration : none;
}
A:VISITED {
	color : #003366;
	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 solid #E4E4E4}
.mainboxed {  
	border-top: 0px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
.specfooter 
{ 
color: #333333; 
font-size : 9px; 
font-weight : bold; 
}

.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;
}
A.white:link
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.white:hover
{
    COLOR: #FAC833}
A.white:active
{
    COLOR: #FAC833;
    TEXT-DECORATION: none
}
A.white:visited
{
    COLOR: #F0ECCE;
    TEXT-DECORATION: none
}
A.white:visited:hover
{
    COLOR: #FAC833;
    TEXT-DECORATION: none
}
.justified {
	text-align: justify;
}
.box1 {
	border-top: 0px solid #fd7855;
	border-right: 0px solid #fd7855;
	border-bottom: 3px solid #749eca;
	border-left: 0px solid #fd7855;
}
.box2 {
	border-top: 0px solid #8bcb4b;
	border-right: 0px solid #8bcb4b;
	border-bottom: 3px solid #749eca;
	border-left: 0px solid #8bcb4b;
}
.box3 {
	border-top: 0px solid #efb609;
	border-right: 0px solid #efb609;
	border-bottom: 3px solid #749eca;
	border-left: 0px solid #efb609;
}
.box4 {
	border-top: 0px solid #749eca;
	border-right: 0px solid #749eca;
	border-bottom: 3px solid #749eca;
	border-left: 0px solid #749eca;
}
.box5 {




border: 1px solid #45bcca
}
.box6 {





border: 1px solid #bf9328
}
.Sub_heading1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.boxed_gr {
	border: 1px solid #E4E4E4;
	background-attachment: scroll;
	background-image: url(../images/new_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.box1footer {

	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #749eca;
	border-left: 1px solid #E4E4E4;
}
.box2footer {

	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #749eca;
	border-left: 1px solid #E4E4E4;
}
.box3footer {

	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #749eca;
	border-left: 1px solid #E4E4E4;
}
.box4footer {

	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #749eca;
	border-left: 1px solid #E4E4E4;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #999999;
	line-height: 14px;
	width: 140px;
}
.pageheader_tint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	font-weight: normal;
}
