
/*|||||||||||||||||||||||||
FONT STYLES
|||||||||||||||||||||||||||*/
H1 { color: green; font-family: impact }

H2 { 
color: AB4425; 
font-family: Trebuchet MS;
font-size: 11pt;
font-weight:bold;
}

P { 
font-size: 10pt; 
font-family: Verdana, Arial; 
}

P.nav { 
color: 666B61;
font-size: 13pt; 
font-family: Verdana, Arial;
margin-left: 4pt;
margin-right: 4pt;
text-decoration: none;  
}

P.intro_text {
color: D0D2BD;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
font-size: 10pt;
font-weight: normal;
}

/*|||||||||||||||||||||||||
POP WINDOW STYLES
|||||||||||||||||||||||||||*/

#popborder { 
		margin-top: 10px;
		}
		
	#poppanel { 
		margin-top: 10px;
		}
		
	#poptextbox { 
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		border-top: medium solid #800000;
		background-color: #d0d2bd;
		}

/*|||||||||||||||||||||||||
LINK STYLES
|||||||||||||||||||||||||||*/


a:link { 
text-decoration: none; 
}
a:visited { 
text-decoration: none; 
}
a:hover { 
text-decoration: none; color:800000; 
}
a:active { 
text-decoration: none; 
}

A{text-decoration:none}
/*|||||||||||||||||||||||||
DIV STYLES
|||||||||||||||||||||||||||*/


DIV.body { position: absolute; left: 200px; top: 40px; height: 150px } 

DIV.nav { position: absolute; left: 2px; top: 40px; height: 150px }
