/* 
Cascading style sheet for northern haulage properties
*/

BODY{
	font-family: Arial, Verdana, SansSerif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    padding:0;
    font-color: #DCF5DF;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
	background-image: none;
	bgcolor: #336600;
    background: #336600;
	scrollbar-face-color: #DCF5DF;
	scrollbar-shadow-color: #336600;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #c0d5c3;
	scrollbar-highlight-color: #006600;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#FFFFFF;
	}
	
BR{
	font-size: 9pt;
	}
		
P{
	Font-Family: Arial, Verdana, SansSerif;
	Font-Variant:  normal;
	Font-Size:  9pt;
	Font-Weight:  normal;
	Font-Style:  normal;
	Color: #DCF5DF;
	}

P.big{
	Font-Size : 11pt;
	}

P.small{
	Font-Size : 6pt;
	}	
	
B{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 9pt;
	Font-Weight : bold;
	Font-Style : normal;
	Color : #dcf5df;
	}
B.red{
	Font-Style : normal;
	Font-Size : 9pt;
	Color : #dcf5df;
	}
B.big{
	Font-Size : 13pt;
	Font-Style : normal;
	Color : #dcf5df;
	}

STRONG{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 11pt;
	Font-Weight : bold;
	Font-Style : italic;
	text-decoration: normal;
	Color : #dcf5df;
	}
	
FORM,INPUT{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 8pt;
	Font-Weight : normal;
	Font-Style : normal;
	Color : #dcf5df;
	}

LI,UL{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 9pt;
	Font-Style : normal;
	Color : #dcf5df;
	}

OL{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 8pt;
	Font-Style : italic;
	}
	
H1{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 12pt;
	Font-Weight : bold;
	Font-Style : normal;
	color: #dcf5df;
	}
	
H2{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 11pt;
	Font-Weight : bold;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}
	
H3{
	Font-Family :  Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 10pt;
	Font-Weight : bold;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}
	
H4{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 9pt;
	Font-Weight : bold;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}
	
H5{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 8pt;
	Font-Weight : normal;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}
		
H6{
	Font-Family : Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 7pt;
	Font-Weight : normal;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}

TD{
	Font-Family :  Arial, Verdana, SansSerif;
	Font-Variant :  normal;
	Font-Size :  9pt;
	Font-Weight :  normal;
	Font-Style :  normal;
	Color :  #dcf5df;
	}
	
TD.big{
	Font-Size : 10pt;
	Font-Style : normal;
	Color : #FF0000;
	}
	
TH{
	Font-Family :  Arial, Verdana, SansSerif;
	Font-Variant :  normal;
	Font-Size :  8pt;
	Font-Weight :  bold;
	Font-Style :  normal;
	Color :  #dcf5df;
	}
	
SMALL{
	Font-Family :Arial, Verdana, SansSerif;
	Font-Variant : normal;
	Font-Size : 8pt;
	Font-Weight : normal;
	Font-Style : normal;
	text-decoration: normal;
	Color : #dcf5df;
	}
		
CAPTION{
	Font-Family :  Arial, Verdana, SansSerif;
	Font-Variant :  normal;
	Font-Size :  8pt;
	Font-Weight :  normal;
	Font-Style :  normal;
	Color :  #dcf5df;
	}	

form{ 
 padding: 0px; 
}

a:focus{ -moz-outline-style: none; }/*mozilla this avoids having image replacement sections display a dotted outline*/ 
a:focus{
		outline-style: none;
		outline-width: 0;
		}		/*this avoids having image replacement sections display a dotted outline*/

A:link{color: #ffff99 }
A:visited{ color: #cccccc }
A:hover{ color: #00ff00 }	
A:active{color: #ffff99 }