/*
 * Combined style sheet for the index pages and the slide pages.
 */

 .header {
	 color: #000000;
	 font-size: 18px;
	 font-weight: normal;
 }
 .subheader {
	 color: #696969;
	 font-size: 12px;
	 font-weight: normal;
 }
 
 .small {
	 color: #ffffff;
	 font-size: 7px;
	 font-weight: normal;
 }

  .exsmall {
	 color: #ffffff;
	 font-size: 4px;
	 font-weight: normal;
 }

.nav {
text-decoration: none;
color: #EBE8DE;
}

a.nav:hover {
text-decoration: underline;
color: #ffffff;
}

.intnav {
text-decoration: none;
color: #000000;
}

a.intnav:hover {
text-decoration: underline;
color: #0000ff;
}