/*
Author: Adam J. Woodbeck
Company: Now You Know, Inc.
Date: November 19, 2001

Template: Imperial
*/

P, BODY, TD, TH {
	 font-family: Tahoma, Arial;
	 font-size: 14px;
	 color: #000080;
}

/* Paragraph Styles */

P.header {
   /* This is the style for the header at the top of each page */
	 font-size: 32px;
	 font-weight: bold;
	 font-style: italic;
}

P.main_mission_title {
	 font-size: 18px;
	 font-weight: bold;
	 text-decoration: underline;
}

P.main_mission_text {
	 font-weight: bold;
}

P.nav_header {
	 font-size: 16px;
	 font-weight: bold;
}

P.loc_text {
	 font-size: 16px;
	 font-weight: bold;
}

P.newsltr_text {
	 font-size: 14px;
}

P.newsltr_title {
	 font-size: 14px;
	 font-weight: bold;
}

P.frm_notice {
	 font-size: 12px;
	 font-weight: bold;
}

/* Hyperlink Styles */

A {
	 font-family: Tahoma, Arial;
	 font-size: 14px;
	 color: #000080;
}

A.nav_links {
	 font-size: 13px;
 	 font-weight: bold;	 
}

A.newsltr_link {
	 font-size: 14px;
}