@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7d7d7d;
}
h1{
	font-size:27px;
	font-weight:normal;
	font-family: Impact, Arial, Helvetica, sans-serif;
	color:#ee3224;
	margin-bottom:12px;
}
h2{
	font-size:19px;
	font-weight:bold;
	letter-spacing:0.1px;
	color:#ee3224;
	padding-top:5px;
	margin-bottom:16px;
}
h3{
	font-size:12px;
	color:#4d4d4d;
	margin-bottom:5px;
}

p{
	font-size:12px;
	font-weight:normal;
	color:#464646;
	line-height:15px;
	text-transform:none;
	margin-bottom:8px;
}
a{
	text-decoration:none;
}
ul, ol{
	margin-left:20px;
}
img{ border:none;}
.red{
	color:#ee3224;
}
.dark{
	color:#464646;
}
.light{color:#d7d7d7;}
.black{
	color:#000;
}
.mailto{
	color:#414142;
	text-decoration:underline;
}
.underline{
	text-decoration:underline;
}
.small{font-size:11px;line-height:normal;}