/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#999999;
	}
	
a {
	font:14px arial;
	color: #666666;
	text-decoration:none;
	}
	
a:hover {
	color: #999999;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #000000;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}


/* Class Styles */


.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#666666;
	}
	
.pageName {
	font:20px arial;
	color: #666666;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}