/* This is the stylesheet modern browsers will use to print your pages */

* {margin: 0; padding: 0;}

body { 
font-family: serif;
font-size: 12pt;
}

p {	
margin: 6px 20px 12px 20px;
}

h4 { 
font-size: 18pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 6px;
}

h1, h2, h3 { 
font-size: 24pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 12px;
}

a {color: #000000;}

.mainbox {
border: none;
width: auto;
}

.leftbox {display: none;}

.headerbox {display: none;}

.header {display: none;}


.footer {
text-align: center;
}

img {margin: 12px;}

.portfolioimage {
text-align: center;
font-size: 12pt;
}

.imageright250 {
float: right;
text-align: center;
font-size: 10pt;
}
.imageright {float: right;}

.imageleft {float: left;}

.emphasis {  font-style: italic;}
