/*
Placement TOC
*/

#tocDiv {
                 position:absolute;
				  left:18; 
				  top:4
				  }

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	color: #000000;
; background-image: none
	}

	
H1, H2, H3 {
	font-weight: normal;
	background: #FFFFFF;
	color: #006678;
	margin-bottom: 0em;
	}

H1 { font-size: 140% }
H2 { font-size: 120% }
H3 { font-size: 110% }
H4 { font-style: italic }

TD, TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	}

TH { background: #004778;
	color: white;
 }

TD { background: #FFFFFF;
	color: #000000;
 }

PRE {
	font-family: "Lucida Typewriter", Courier, monotype;
	font-size: 0.8em;
	font-style: normal;
}
 
.tynn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: lighter;
	margin-bottom: 0em;
	}

/*
Links
*/
	
A  { 
        text-decoration: none;
		text-transform:uppercase
	 }
A:link { color: #31649c}
A:visited { text-decoration: none}
A:active { 	color:  #7B797B ; background-color: #CCCCCC; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
A:hover {
                 background: #ADCFD6;
				 color:  #00697B;
				  }

/*
Reddish contrast color
*/
				  
.contrast {color: #D1774B}

/*Scheme:   .xyz
   Legend:
   x: f=foreground b=background
   y: b= blue g=green
   z: 1 dark 2 intermediate 3 light
*/

.fb1 {color: #31649C}
.fb2 {color: #83ADD7}
.fb3 {color: #D8E5F2}
.fg1 {color: #319C9C}
.fg2 {color: #7AD6D5}
.fg3 {color: #E5F7F7}
.fr1 {color: #C6843C}
.fr2 {color: #E2A790}
.fr3 {color: #F1D4C9}


.bb1 {
          background-color: #31649C;
          color: white;
		  font-weight: bolder;		   
}

.bb2 {background-color: #83ADD7}
.bb3 {background-color: #D8E5F2}

.bg1 {
          background-color: #319C9C; color: white
}

.bg2 {background-color: #7AD6D5}
.bg3 {background-color: #E5F7F7}

.br1 {
          background-color: #C6843C;
		  color: white
		  }
		  
.br2 {background-color: #E2A790}
.br3 {background-color: #F1D4C9}


.hvit {  background-color: #FFFFFF}

