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


.H1 {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #221E1F;
}
.itl {
	color: #EF2E24;
	font-size: 30px;
	font-style: italic;
}
.normal {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #221E1F;
}
.normal a {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #221E1F;
	font-weight: bold;
	text-decoration:underline;
}
.normal a:hover {
	color: #221E1F;
	background: #ff4e00;
	color: #fff;
	text-decoration:none;

}
.nav {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;

}
.nav a {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff4e00;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	
}
.nav a:hover {
	background: #ff4e00;
	color: #fff;

}
/*.nav a:active {
	background: #ff4e00;
	color: #fff;

}
.nav a:visited {
	background: #fff;
	color: #ff4e00;

}*/
.H2 {
	font-family: "Rockwell", Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #EF2E24; }

