html {
	background: #FFF url(../Images/pageback4.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
/*	background:  #333333 url(../Images/layout/page_grad.JPG) repeat-x center top;*/
	
}
p {
	text-align: justify;
}


.sup {
	font-size: 0.8em;
	vertical-align: super;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Open Sans Light', sans-serif;
	color: #000;
}
h1 a {
	color: #1328D4;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Open Sans Light', sans-serif;
	color: #646464;
}
h2 a {	
	color: #646464;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
}
a:active {
}
a img {
	border: none;
}

