body,td,th {
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: small;
	color: #787C7F;
}
body {
	background-color: #FFFFFF;
}

h1 {color:#97989B;
font-size: medium;
}



ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	line-height:1.75em;
}


a:link {
	color: #677E8E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #677E8E;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background:#677E8E;
}
a:active {
	text-decoration: underline;
	color: #EFF2F3;
	background:#677E8E;
}

a.nav:link {
	color: #787C7F;	text-decoration: none;	
}
a.nav:visited {
	text-decoration: none;
	color: #787C7F;
}
a.nav:hover {
	text-decoration: none;
	color: #A4A5A8;
	background:none;
}
a.nav:active {
	text-decoration: underline;
	color: #677E8E;
	background:none;

}

