.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C3E70;
	text-decoration: none;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
	color: #2C3E70;
}
a:visited {
	text-decoration: none;
	color: #2C3E70;
}
a:hover {
	text-decoration: none;
	color: #90A3D8;
}
a:active {
	text-decoration: none;
	color: #2C3E70;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2C3E70;
	text-decoration: none;
	font-weight: bold;
}
.submenu a:link {
	text-decoration: none;
	color: #861F1F;
}
.submenu a:visited {
	text-decoration: none;
	color: #861F1F;
}
.submenu a:hover {
	text-decoration: none;
	color: #D14A4A;
}
.submenu a:active {
	text-decoration: none;
	color: #861F1F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C3E70;
	margin-bottom: -10px;
}
