html {
	background-color: #3D3D3D;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background: #999999 url(../Images/layout/logo_back.png) no-repeat center top;
	background-color: #FFFFFF;
}
p {
	text-align: justify;
}

.sup {
	font-size: 0.8em;
	vertical-align: super;
}
h1 {
	font-size: 1.4em;
	color: #168E82;
	font-weight: normal;
	border-bottom: solid 1px #168E82;
	line-height: 2em;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #168E82;
	font-weight: normal;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a img {
	border: none;
}