P, TABLE, TD, TH, TR, DIV, BODY, .normal {
  	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  	font-size: 14px;
	color: white;
	}
	
UL, OL, LI {
	margin-bottom: 3px;
	}
	
.title {
	font-size: 18px;
	margin-bottom: 12px;
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	}

.eyecatcher {
	font-size: 12px;
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	}

.big {
	font-size: 14px;
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.small {
	font-size: 12px; 
	}
	
.tiny,
.navigationHeadline {
	font-size: 10px;
	}
	
/* don't center align table headers by default */
TH  {
	text-align : left;
	}


/* Headline styles */
H2 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H4 {
   font-size: 11pt;
   font-weight: bold;
   margin-bottom: 0px;
   }

H5 {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0px;
   }

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	color: white;
	margin-bottom: 10px;
	}

/* FORM specific styles */
/* setting margins on form style is useful in exact positioning in thin headers etc.*/
form {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	}

input, select {
	font-weight: normal; 
	font-size: 11px; 
	color: black;
	}
		
.button {
	font-size: 10px;
	border-color: #FFAF33;
	background-color: #FFDD99;
	}

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	
/* all the link styles set here */

a.navigation:link, 
a.navigation:visited {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 12px;
	text-decoration: none;
	color: white;
	}
	
a.navigationHeadline:link, 
a.navigationHeadline:visited {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: none;
	color: white;
	}

a.navigation:hover, 
a.navigationHeadline:hover {
	color: #ffcc33;
	text-decoration: none;
	}
	
a:link, 
a:visited {
   color: #ffcc33;
   text-decoration: none;
   font-weight: bold;
   }
   
a:hover { 
	color: #ffcc33;
	text-decoration: underline;
	font-weight: bold;
	} 
   
a:active { 
	color: #ffcc33;
	text-decoration: underline;
	font-weight: bold;
	}
	

