/*Page Structure*/

html {
    overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

h1 {
	padding:0;
  	margin:0;
	width: 100%;
	color: #494949;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;	
	color: #494949;
	font-size: 17px;
	font-weight: bolder;
	padding-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #494949;
	font-size: 20px;
	font-weight: bolder;
	line-height: 21px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #494949;
	font-size: 13px;
	font-weight: bolder;
}

p {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #494949;
	font-weight: normal;
}