/* CSS Document */

body {
		margin: 10px;		
		padding: 10px;
		font-family: arial, verdana, sans-serif;
		font-size:14px;
		color: #000;
		background: #FFF;
		}

		
img
{
	display:none;
}
h1 {
	font-size: 18pt;
	text-decoration: underline;
}
h2 {
	font-size: 14pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	padding: 5px;
}
p {
	padding-left: 10px;
}


#header, #footer, #helpcontainer {
	display: none;
}
