/* print.css */
/* 2009-02-03 */

body {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 10pt; 
   color: #000; 
   background: #fff none; 
}
p, li, th, td { 
   font-size: 10pt; 
   color: #000;
   background: transparent none; 
}
p { 
   line-height: 130%;
}
h1, h2, h3, h4 { 
   color: #333;
   background: transparent none;
   font-weight: bold;
 }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
a { text-decoration: underline;
    background: transparent none;
    color: #2B7EC2;
}
a img { border: none; }
.note {
   font-weight: bold;
   background: transparent none;
   color: #CC0000;
}
.thltable { 
   border-collapse: collapse; 
   border: 1px solid #bbb; 
}
.thltable th { 
   font-size: 11pt; 
   padding: 5px; 
   border: 1px solid #bbb; 
}
.thltable td { 
   border: 1px solid #bbb; 
   padding: 3px; 
}
#content {
	position: relative;
	width: auto;
	color: #000;
	background: #fff none;
	margin: 0;
	padding: 0;
	z-index: 1000;
	text-align: left; 
        border: 0;
}
#padding10 { padding: 0 5%; }
#header h1 { 
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 24pt;
        font-weight: normal;
        color: #5191cd;
}
#header h2 { 
        text-align: center;
        font-size: 14pt;
        font-weight: normal;
        color: #6caa38;
}
