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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #999999;
	color: #666666;
}

body a:link, body a:visited {
	color: #666666;
	text-decoration: none;
}
	
body a:active, body a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#menu_ {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

	#menu_ ul {
		list-style: none;			/* removes list marker */
		padding: 8px 20px;			/* removes left indent */
		margin: 0px;
	}
	
	#menu_ ul li {
		display: inline;			/* sets list items to display in a row */
		padding: 0px 10px;			/* puts space in between list items */
	}
	
	#menu_ a:link, #menu_ a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#menu_ a:hover {
		color: #CCCCCC;
		text-decoration: none;
	}
#footer_ {
	padding: 10px 8px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-align: center;
}
#footer_ ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
}

#footer_ ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px 10px;			/* puts space in between list items */
}
#footer_ a:link, #footer_ a:visited {
	color: #666666;
	text-decoration: none;
}

#footer_ a:active, #footer_ a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#copyright_{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}
#copyright_ a:link, #copyright_ a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright_ a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#blue a:link, #blue a:visited {
	color: #00A8E7;
}
#blue a:hover {
	color: #CCCCCC;
}
#purple a:link, #purple a:visited{
	color: #90368E;
}
#purple a:hover {
	color: #CCCCCC;
}
#green a:link, #green a:visited{
	color: #62BC5A;
}
#green a:hover {
	color: #CCCCCC;
}

.blue a:link, .blue a:visited {
	color: #00A8E7;
}
.blue a:hover {
	color: #CCCCCC;
}
.purple a:link, .purple a:visited{
	color: #90368E;
}
.purple a:hover {
	color: #CCCCCC;
}
.green a:link, .green a:visited{
	color: #62BC5A;
}
.green a:hover {
	color: #CCCCCC;
}