/* Global Styles */
html {
	overflow-y: scroll;
}
body {
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#333333;
	}
	
a {
	color: #669933;
	text-decoration:underline;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
a:hover {
	color: #996600;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	color: #aed373;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
	text-transform: capitalize;
	}


	

/* Class Styles */

.logo {
	font:20px times new roman;
	color: #000066;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #ffffff;
	line-height:18px;
	text-align: center;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #6D92A2;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #000066;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #669933;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
.wborder {
	border: 10px solid #FFFFFF;
}
