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

li.sel {
	list-style: none;
	text-align: center;
	font-size: 13px;
	float: left;
}
li.sel a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	height: 20px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}
li.sel a:hover {
	color: #118987;
}
li.nav {
	list-style: none;
	text-align: center;
	font-size: 13px;
	float: left;
}
li.nav a {
	color: #118987;
	text-decoration: none;
	height: 20px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
}
li.nav a:hover {
	color: #FFFFFF;
}
#links {
	text-align: center;
	
}
#links a {
	color: #118987;
	text-decoration: none;
}
#links a:hover {
	color: #000000;
}

