@charset "UTF-8";
/* CSS Document */


body {
	background-color:#ed8e78;
}


h1, h2, h3 {
	font-family:Georgia, Palatino, Times New Roman, Times, serif;
	font-weight:500;
	color:#0e352d;
}

h4 {
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#0e352d;
}

p, li {
	font-family:Tahoma, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3	{
	font-size:16px;
	font-weight:600;
}

h4 {
	font-size:14px;
	font-weight:600;
}

h1, h2, h3, h4, p {
	padding-left:20px;
	padding-right:20px;
}


.accent {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0e352d;
}

.accentBlack {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
}

.headline {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	background-color:#0e352d;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	color:#FFF;
}

.underline {
	border-bottom:#0e352d 1px solid;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
}

.dotline {
	border-bottom:#0e352d 1px dotted;
	padding-bottom:6px;
	margin-left:12px;
	margin-right:12px;
}

.caption {
	font-size:10px;
}

.leftimg {
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
}

.rightimg {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:10px;
	float:right;
}

a:link {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#0e352d;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#999;
}

a:visited {
	color:#1f7967;
	font-weight:normal;
	text-decoration:underline;
}


