html {width: 100%;}

body {
background: #fff;
text-align: left;
color: black;
font-size: 12pt !important;
line-height: 125%;
font-family: Arial, Helvetica, sans-serif; 
width: 100%;
}

/* Helpers and base rules */

.hide, #under {
display: none;
}

a:link, a:visited, a:hover, a:active { 
text-decoration: none;
color: #000;
}
	
#header {
height: 60px;
}

h1 {
font-size: 24pt !important;
font-weight: normal;
}

h2	{
font-size: 18pt !important;
color: #000;
font-weight: normal;
margin: 20px 0 15px 0;
}

p {  
font-size: 12pt !important;
line-height: 130%; 
margin-bottom: 15px;
color: #000;
}
