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

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #09093A;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #860101;
	font-weight: bold;
}
a:link {
	color: #333366;
	font-weight: bold;
	}
a:visited {
	color: #666666;
	font-weight: bold;
	}
a:hover { 
	color: #333366;
	text-decoration: none;
	font-weight: bold;	
	}
a:active { 
	color: #5d5142;
	font-weight: bold;	
	}.normal_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.gray_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style-type: none;
	line-height: 1.2;
}
