/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #666666;
	text-decoration:none;
	}
	
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	}
	
/* ID Styles */
	
#navigation a {
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	}
	
#navigation a:hover {
	text-decoration:none;
	background-color: #000000;
	}

/* Class Styles */

.sidebarText {
	color: #999999;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-stretch: ultra-expanded;
	font-weight: normal;
	height: 10px;
	}
	
.bodyText {
	line-height:16px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: justify;
	}
	
.pageName {
	color: #CCCCCC;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}
	
.subHeader {
	color: #006699;
	font-weight:bold;
	line-height:normal;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.navText {
	color: #999999;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	}

