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

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	font-size: 17px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	color: #0F397D;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
a.fix:link {
	color: #900;
	text-decoration: underline;
}
a.fix:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.fix:visited {
	color: #900;
	text-decoration: underline;
}

