/* CSS Document */ 

/* Header */ 

.ParHead2 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 24pt;
	color: #EEEEEE;}

/* End Header */



/* Navigation */  
	
.navigation {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

.navigation:link {
	text-decoration: none;
	color: #555555;
}
.navigation:visited {
	text-decoration: none;
	color: #888888;
}
.navigation:active {
	text-decoration: none;
	color: #000000;
}
.navigation:hover {
	text-decoration: none;
	color: #663300;
}


/* End Navigation */  



/* Body */  
	
.BodyText {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
}
	
/* End Body */  

	
