/* 
Morgan Croney
Copyright 2004.
*/
.content {
	font : 12px Arial, Verdana, Helvetica, sans-serif;
	color : #666666;
}
U {
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	color : #666666;
	text-decoration : underline;
}
A:LINK {
	color : #66CC33;
	text-decoration : none;
}
A:VISITED {
	color : #66CC33;
	text-decoration : none;
}
A:HOVER {
	color : #339900;
	text-decoration : none;
}
A:ACTIVE {
	color : #339900;
	text-decoration : none;
}

A.simple:LINK {
	color : #666666;
	text-decoration : none;
}
A.simple:VISITED {
	color : #666666;
	text-decoration : none;
}
A.simple:HOVER {
	color : #66CC33;
	text-decoration : underline;
}
A.simple:ACTIVE {
	color : #666666;
	text-decoration : none;
}
/* navbar */
.navleft {
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing : 1px;
	color : #666666;
	text-align : right;
	padding : 2px 3px 2px 2px;
}
.navright {
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing : 1px;
	color : #666666;
	text-align : left;
	padding : 2px 2px 2px 4px;
}

A.nav:LINK {
	color : #999999;
	text-decoration : none;
}
A.nav:VISITED {
	color : #999999;
	text-decoration : none;
}
A.nav:HOVER {
	color : #66CC33;
	text-decoration : underline;
}
A.nav:ACTIVE {
	color : #33CC00;
	text-decoration : none;
}

A.navtitle:LINK {
	color : #666666;
	text-decoration : none;
}
A.navtitle:VISITED {
	color : #666666;
	text-decoration : none;
}
A.navtitle:HOVER {
	color : #66CC33;
	text-decoration : none;
}
A.navtitle:ACTIVE {
	color : #33CC00;
	text-decoration : none;
}
.spacey{line-height:4px;}