/* This is the stylesheet modern browser will use to print the page */

* { margin: 0; padding: 0; }

body { 
font-family: serif;
font-size: 12pt;
color: #000000; 
}

p {	margin: 6px 20px 12px 20px; }

li { margin-left: 36px; }

h4 { 
font-weight: bold;
margin-top: 18px;
margin-bottom: 6px; 
}

h2, h3 { 
font-size: 18pt;
font-weight: bold;
margin-top: 18px;
margin-bottom: 6px; 
}

a { color: #000000;  text-decoration: none; }
	
.footer, .menu, .skip { display: none; }

.floatleft { float: left; }

.floatright, .headerright { float: right; }

.imageright { float: right; margin: 6px 0 6px 12px; }

.spacer { clear: both; }

.clearleft { clear: left; }

label { margin-right: 12px; }
