/* Presentation Stylesheet */ 

h2 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 line-height: 30px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
 font-weight: normal;
}

h3 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 20px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

h3 span {
 font-size: 12px;
 line-height: 14px;
}

h4 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 20px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

h4 span {
	color: black;
}

h5 {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 16px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
}

p {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 14px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

p.profile {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 18px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

p.small {
 color: black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 12px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

p.footer {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 12px;
 letter-spacing: normal;
 margin: 0px 0px 0px 0px;
} 

a { 	
  COLOR: silver;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a:hover { 
  COLOR: gray;
  }

a.nav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.nav:hover { 
  COLOR: silver;
  }

a.nav2 { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.nav2:hover { 
  COLOR: gray;
  }

a.mail { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  FONT-WEIGHT: bold;
  text-decoration: none;
  text-align: left;
	}
			
a.mail:hover { 
  COLOR: gray;
  }

a.press { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  FONT-WEIGHT: bold;
  text-decoration: underline;
  text-align: left;
	}
			
a.press:hover { 
  COLOR: gray;
  }

a.footer-nav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  FONT-WEIGHT: normal;
  text-decoration: none;
  text-align: left;
	}
			
a.footer-nav:hover { 
  COLOR: black;
  }

