/* CSS Document */ 

/* Header */ 


/* End Header */



/* Navigation */  
	
.ParQuoteAuthor {
	font-family: Verdana ; 
	font-weight: normal; 
	font-size: 10pt; 
	color: #cccccc; }

	
.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: 12px;
	color: #777777;
}

/* Headline */  

.install {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

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

	
/* End Headline */  

	
/* End Body */  





