/* This is the stylesheet modern browsers will use to print the page */

body { font-family: serif; font-size: 12pt; }

p {	margin: 6px 20px 12px 20px; }

a { color: #000000; text-decoration: none; font-weight: bold; }

blockquote { font-size: 14pt; font-style: italic; }

img { margin: 14px 12px 12px 12px; }

h2 { 
font-size: 20pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 12px;
}

h3 { 
font-size: 16pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 12px;
}

h4 { 
font-size: 14pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 6px;
}

.header, .menubox, .skip, .footer { display: none; }

.floatleft { float: left; }
.floatright { float: right; }

.smallbox {
border: 1px solid #333333; 
font-family: Georgia, "New Century Schoolbook", Times, serif;
text-align: center;
color: #660000;
font-weight: bold;
font-style: italic;
width: 180px;
float: right;
margin: 50px 0 50px 50px;

}

.spacer { clear: both; }
.clearleft { clear: left; }
label { margin-right: 12px; }