/* Global Styles */


	
td {
	font:11px arial;
	color:#333333;
	}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005D69;
}
	
a {
	color: #005D69;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #666666;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.3em;
	font-family: verdana;
	font-size: 11px;
	font-weight: lighter;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	font-weight:700;
	text-decoration:none;
	letter-spacing: .3em;
	}
	

/* Class Styles */

	
.bodyText {
	font:11px verdana;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
    line-height:14px;
	letter-spacing:.3em;
	}
	
.navText {
	color: #333300;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	}
	
	
