.yellownav {
	font: bold 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #696;
	letter-spacing: 1px;
}

.yellownav a {
	color: #696;
	text-decoration: none;
}

.yellownav a:hover {
	color: #fc9;
}

.greysmall {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.greysmall a {
	/* color: #93f; */
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.greysmall a:hover {
	color: #c36;
}

.purpletitle {
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #93f;
	letter-spacing: 1px;
}

.greytitle {
	font: bold 10px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
}

.greytitle a {
	color: #090;
	text-decoration: none;
}

.greytitle a:hover {
	color: #fff;
	background: #090;

}

select, textarea, input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}