* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	background-color:#ffffff;
	margin: 10px;
}

.main {
	text-align: justify;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: black;
}

.supersc {
	font-size: 9px;
	text-align: justify;
	line-height: 16px;
}

a:hover {
  color: #FF9900;
}

ul {
	list-style-position: inside;
	
	text-indent: 10px;
}

li {
	text-indent: 10px;
	list-style-position: inside;
}
div.header
{
	width:100%;
	height:75px; 
	vertical-align:bottom; 
	background-color:none;
	font-size: 48px;
	font-weight: normal;
	margin: 0 0 -27px 0;
	position: relative;
	z-index:100;
}
