@CHARSET "UTF-8";

#sitecontainer,
#sitecontainer h1,
#sitecontainer h2,
#sitecontainer h3,
#sitecontainer p,
body.mceContentBody h1,
body.mceContentBody h2,
body.mceContentBody h3,
body.mceContentBody p {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: black;
}

#sitecontainer h1,
body.mceContentBody h1 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
}
#sitecontainer h2,
body.mceContentBody h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
}
#sitecontainer h3,
body.mceContentBody h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}

#sitecontainer a,
body.mceContentBody a {
	color: #333333;
}
#sitecontainer a:hover,
body.mceContentBody a:hover {
	color: #505050;
}
