/* CSS Document */
/*/*/      /* Hide from NN4*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{	
	margin: 0px;
	padding: 0px;
	
} 

a:link, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	}



p, td {
	/*font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; */
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #222222;
	/*/*/line-height: 1.2;	      /* Hide from NN4*/
}

em {
	color: #222222;
	}

b, strong {
	color: #222222;
	}

dt {
	color: #222222;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	/*/*/line-height: 1.2;      /* Hide from NN4*/
	}

dd {	
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
	font-size: 12px;
	color: #222222; 
	/*/*/line-height: 1.2;      /* Hide from NN4*/
	text-align: justify;	
	}


/* overrides decoration from previous rule for hovered links */

h0, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif; 
}

h0{
 font-size: 120%;
 color: #006699;
 font-weight: bold;
}


h1{
 font-size: 120%;
 color: #003366;
 font-weight: bold;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 120%;
 color: #FFFFFF;
  font-weight: bold;
}

h5{
 font-size: 120%;
 color: #FFFFFF;
 font-style: italic;
}

h6{
 font-size: 120%;
 color: #FFFFFF;
 font-weight: bold;
 text-align: right;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label {
 font: 100% "Trebuchet MS", Arial, sans-serif; 
 color: #006699;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#content {
	margin: 0px 30px 20px 0px;
        }
			
	
#counter {
	padding: 10px 10px 10px 10px; 
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
	color: #222222;
	font-size: 10px;
	clear: both;
}

#copyright {
	clear: both;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; 
	font-size: 10px;
	color: #222222;
	font-style: normal;
	padding: 10px 10px 10px 10px; 
}

