/* 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 {
	color: #ffffff;
	line-height:18px;
	text-align: center;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	}
.sidebarText2 {
	color: #A4C2C2;
	line-height:18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.bodyText {
	line-height:18px;
	color:#333333;
	font-family: arial;
	font-size: 14px;
	}
	
.smText {
	line-height:16px;
	color:#666666;
	font-family: arial;
	font-size: 12px;
	}
.pageName {
	font:20px georgia;
	color: #6D92A2;
	letter-spacing:.1em;
	line-height:26px;
	}
	
	.title {
	font:20px georgia;
	color: #006666;
	font-weight:bold;
	line-height:24px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:14px georgia;
	color: #000066;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
	.subHeader2 {
	font:14px georgia;
	color: #CC0000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #669933;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
.wborder {
	border: 10px solid #FFFFFF;
}

