@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7d7d7d;
}
h1{
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	margin:0px;
	padding:0px;
}
h2{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1px;
	color:#222;
	margin-bottom:16px;
}
h3{
	font-size:15px;
	color:#4d4d4d;
}

p{
	font-size:12px;
	font-weight:normal;
	color:#464646;
	line-height:15px;
	text-transform:none;
	margin-bottom:8px;
}
p.head{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-bottom:15px;
}
a{
	text-decoration:none;
	color:#dc6a44;
}
ul, ol{
	margin-left:20px;
}
img{ border:none;}
.default{
	color:#dc6a44;
}
.dark{
	color:#464646;
}
.light{color:#d7d7d7;}
.black{
	color:#000;
}
.mailto{
	color:#414142;
	text-decoration:underline;
}
.underline{
	text-decoration:underline;
}
.white{
	color:#fff;
}
.nomargin{margin-bottom:0px;}
.biggermargin{margin-bottom:20px;}
.center{text-align:center;}
.large{font-size:13px;}
.small{font-size:11px;line-height:normal;}
.smallest{font-size:8px;line-height:normal;margin:0px;}
#content a{text-decoration:underline;}