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

.designlink:link { 
 text-decoration: none;
 color:#663300; 
  }

.designlink:hover { 
 text-decoration: none;
 color:black; 
  }
  
.designlink:visited { 
text-decoration: none;  color: #663300; }

/* End Body */  




