@charset "UTF-8";
/* CSS Document */

body {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

.title_blue {
	font-weight:bold;
	color:#65af93;
	text-decoration:underline;
}

.excerpt{
	color:#65af93;
	text-decoration:none;
}

.dash{
	color:#acacac;
	text-decoration:none;
}

.title_green {
	font-weight:bold;
	color:#70576B;
	text-decoration:underline;
}
.title_red {
	font-weight:bold;
	color:#6db49a;
	text-decoration:underline;
}
.title_orange {
	font-weight:bold;
	color:#d0a75a;
	text-decoration:underline;
}
.title_purple {
	font-weight:bold;
	color:#a6a671;
	text-decoration:underline;
}
.title_yellow {
	font-weight:bold;
	color:#5d8690;
	text-decoration:underline;
}


.current_link {
	color:#39a2bc;
	text-decoration:none;
	background-color:#F9EE6E;
}


.nav_link {
	line-height: 20px;
}


a:link {
	color:#39a2bc;
	text-decoration:none;
}

a:visited {
	color:#39a2bc;
	text-decoration:none;
}

a:hover {
	background-color:#F9EE6E;
}

