/* Project Remand, Inc. - Print CSS */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body {
    font-size: 12pt;
    font-family: "Times New Roman", Times, serif;
    color: #000000;
}

#container {
   margin: 0px auto;
   width: 600px;
}

#header, #footerLinks, #navigation {
	display:none;
}

#footer {
   clear: both;
   font-size: 10pt;
   padding: 8px;
   text-align: left;
}

#footer a {
	text-decoration:none;
	color: #000000;
}

.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}

#content h1 {
	font-size: 16pt;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
}
#content h3 {
	font-weight: bold;
}


