/* 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: 12px;
	color: #777777;
}
	
.ParQuote1 {
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12pt; 
	color: #cccccc; }

.ParQuoteAuthor {
	font-family: Verdana ; 
	font-weight: normal; 
	font-size: 10pt; 
	color: #cccccc; }
	
.ParHead1 {
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 24pt; 
	color: #cccccc; 
	margin-left: 10pt; }
	
.ParTitle {
	font-family: Verdana; 
	text-decoration: none; 
	color: white; 
	font-size: 12pt; }
	
.ParCapHeadPaint {
	font-family: Verdana; 
	font-size: 12px; 
	color: #002F59;
	font-weight: bold;
 }

.paintlink:link { 
  text-decoration: none;
  color:#002F59; 
  }

.paintlink:hover { 
  text-decoration: none;
  color:black; 
  }
  
.paintlink:visited { 
text-decoration: none;  color: #002F59; }

	
/* End Body */  



