/* 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; }

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; }
	
.footer, .nav, .skip { display: none; }

.floatleft { float: left; }

.floatright { float: right; }

.imageright { float: right; margin: 6px 0 6px 12px; }

.imageleft { float: left; margin: 6px 12px 6px 0; }

.spacer { clear: both; }

.clearleft { clear: left; }

.rightbox {
float: right;	
margin: 6px 0 6px 12px;
width: 150px;
text-align: center;
}

.imglayout { margin: 6px; vertical-align: middle; } 

.portfolioimage {
float: left;
margin: 6px 12px;
text-align: center;
}

.portfolioimage img { margin-top: 10px; }

label { margin-right: 12px; }