/* Content setup*/
* { margin: 0; padding: 0; }
body { font: .75em/1.2 arial, verdana, sans-serif;	color: #4a4a4a; padding:20px}			
h1, h2, h3, h4, table, select, input { font-size: 100%; margin-bottom:1em}
h1{font-size:170%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
table, th, td, caption { text-align: left; vertical-align: top; }
p { padding: 0 0 20px 0; }
a { text-decoration: none; color: #c00; }
a:hover, a:focus, a:active { text-decoration: underline; }
hr { display: none; }		
ul { list-style: none; }
select { margin-right: 7px; vertical-align: middle	}
option { margin-right: 7px; }
img { border: 0; vertical-align: bottom; }
address { text-style: normal; }
fieldset{border:0;}

#coreWrapper{
	padding:20px;
	}
