/* Global Styles */

body {
	margin:0;
	font-family: verdana;
}

td {
	font:10px verdana;
	color:#666666;
}

a 	{color: #99CC66;
	text-decoration: none;}

a:hover {color: #669933;
	text-decoration: underline;}


/* ID Styles */

#navigation td {
	border-bottom: 1px solid white;
	background-color: #F4E66F;
	height: 18px;
}

#navigation a {
	font:13px papyrus;
	color: #666666;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height:16px;
	display:block;
	padding: 8px 8px 8px 15px;
}

#navigation a:hover {
	background: #7EAEDF;
	color:#ffffff;
}

#subnav td {
	border-bottom: 1px solid white;
	background-color: #FFFF6F;
	height: 18px;
}

#subnav a {
	font:13px papyrus;
	color: #666666;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height:16px;
	display:block;
	padding: 8px 8px 8px 15px;
}

#subnav a:hover {
	background: #7EAEDF;
	color:#ffffff;
}

#sidebar a {
	color: #66AA66;
}

#sidebar a:hover {
	color: #669933;
}

#sidebar a.hglink {
	color: #666666;
}

#sidebar a.hglink:hover {
	color: #666666;
	text-decoration: none;
}

/* Class Styles */

.bodyText {
	font:11px verdana;
	color:#666666;
	line-height:20px;
	margin-top:0;
}

.pageHeader{
	font:18px papyrus;
	font-weight: bold;
	color: #99CC66;
	line-height:60px;
	letter-spacing:.3em;
}
