/* AL printer-friendly styles
   import this css file LAST to get the correct overrides
   */
   
@media print {

body  {
    background-color: white;
    background: white;
    color: black;
	font-family: verdana, arial, sans-serif;
	text-align: center;
    font-size: 12pt;
}

#print_head
{
    display:block;
    text-align:center;
}


#page {
	margin-left: auto; 
    margin-right: auto; 
    width:auto;
	margin-top: 4px;
	border: none;
    background-color:white;
    background: transparent;
}
#header {
	display: none;
}

#content    /* wraps #main and #sidebar */
{
    
}

#main {
    float:none;
    width:auto;
    background: transparent;
    text-align: left;
}

#main_full 
{
    background: transparent;
    text-align: left;
    margin: 0;
    padding: 1em;
}

#home
{
    background-color: white;
}

#sidebar {
    display:none;
}
#line {
    border: 1pt solid black;
    clear:both;
}
#footer {
    background: transparent;
    clear:both;
    color: black; 
    font-size: 10pt;
}

p
{ 
    color: black;
    margin-right: 20px; 
    margin-left: 15px 
}

th, td 
{ 
    font-size: 11pt; 
}

h1, h2, h3, h4, h5
{
    color: black;
}
h1  { font-size: 18pt; }
h2  { font-size: 16pt; }
h3  { font-size: 14pt; text-transform: uppercase }
h4  { font-size: 12pt; font-weight: bold; }
h5  { font-size: 12pt; font-weight: bold; }
img { border: 0 none; }



a:link, a:visited 
{
	color: #520;
	background: transparent;
    font-weight: bold;
    text-decoration:none;
}

/* print the href url along with the text -- CSS2 browsers only */
/*
#content a:link:after, #content a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/

/* catchall */
.noprint
{
    display:none;
}

}   /* end @media */
