@charset "utf-8";

body 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#333333;
	line-height: 26px;
}
.normaltext
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#333333;
	line-height: 26px;
}
.normaltext a:link
{
	text-decoration: none;
	color: #2484C6;
}
.normaltext a:visited
{
	text-decoration: none;
	color: #2484C6;
}
.normaltext a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
}
h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
img 
{
	border: none;
}