BODY {
	background-image: 		url(images\back.jpg);
	background-repeat: 		repeat-y;
	background-attachment: 	scroll;
	background-position: 	0,0;
	font-famliy: 			arial, helvetica, sans-serif;
	font-size:				12pt;
	
/*=============== SCROLL BAR =========================*/
	scrollbar-face-color: 		#477d99;
	scrollbar-highlight-color: 	#99cccc; 
	scrollbar-shadow-color: 	#606060; 
	scrollbar-3dlight-color: 	#ddddff;   
	scrollbar-arrow-color: 		#000080; 
	scrollbar-track-color: 		#80a0a5;
	scrollbar-darkshadow-color:	#000000
}


/*================ FORMATTING ========================*/
.label1 {
	font-size: 		13pt;
	font-weight:	bolder;
	margin-bottom: 	0em;
	
}

.label2 {
	font-size: 		11pt;
	margin-top: 	0em;
	margin-bottom: 	0em;
}

.label3 {
	font-size: 		10pt;
	margin-top: 	0em;
	margin-bottom: 	0em;
}

.label4 {
	font-size: 		8pt;
	margin-top: 	0em;
	margin-bottom: 	0em;
}

h1 {font-size: 		14pt;}
h2 {font-size: 		16pt;}
h3 {font-size: 		14pt;}

p  {font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12pt
}

p.click {
	font-size: 		8pt;
	display: 		run-in;
	margin-top: 	0.5em
} 

p.biblio {
	margin-left: 	4em;
	margin-right: 	0em;
	text-indent: 	-4em;
	margin-top: 	1em;
	margin-bottom: 	1em;
	line-height: 	1.4em;
	font-size:		12pt;
}

p.book {
	margin-left: 	35px; 
	margin-right: 	1em; 
	text-indent: 	-35px; 
	margin-top: 	10px; 
	margin-bottom: 	5px
} 

p.para_big {
	font-size:		12pt;
	margin-left: 	0px; 
	margin-right: 	0px; 
	text-indent: 	30px;
	text-align:		justify; 
	margin-top: 	0px; 
	margin-bottom: 	5px
} 

p.para {
	font-size:		11pt;
	margin-left: 	0px; 
	margin-right: 	0px; 
	text-indent: 	30px;
	text-align:		justify; 
	margin-top: 	10px; 
	margin-bottom: 	5px
} 

p.para_list {
	font-size:		11pt;
	margin-left: 	25px;
	margin-right: 	0em;
	text-indent: 	-25px;
	text-align:		left; 
	margin-top: 	0px;
	margin-bottom: 	1em
}

p.position {
	font-size: 		14pt;
	font-weight: 	bold;
	color: 			#000099	
}

p.name {
	font-size: 		12pt;
	font-weight: 	bold;
	color: 			#000000;
	margin-bottom: 	0em
}

p.title {
	font-size: 		11pt;
	font-style: 	italic;
	color: 			#005000;
	margin-top: 	0em
}

	
/*===================== LINKS ========================*/
A:link {
	COLOR: blue; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

A:visited {
	COLOR: #000066; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

A:active {
	COLOR: red; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}

A:hover {
	COLOR: blue; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: underline
}

A.nav:link {
	COLOR: blue; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

A.nav:visited {
	COLOR: #000066; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

A.nav:active {
	COLOR: red; 
	BACKGROUND-COLOR: transparent; 
	TEXT-DECORATION: none
}

A.nav:hover {
	COLOR: blue; 
	BACKGROUND-COLOR: wheat; 
	TEXT-DECORATION: none
}


/*===================== IMAGES ========================*/
img.tight {
	margin: 2px;
}
