﻿
#printlogo{
  display: block;
}

#contentcenter {
		position: relative;
		margin-top: 15; margin-left: 0; 
		width= 650px;
		}	
#content-ctr-wide {
		position: relative;
		margin-top: 15; margin-left: 0; 
		width= 650px;
		}	
body {
	background: #ffffff;
	color: #000000;
	font-size: 10pt;
    width: 90%; 
    padding: 0;
    margin: 0 auto;
	}		
	
p 
{
    color: black;
    font-size: 10pt;
    font-family: arial, helvetica, sans serif;
    margin-top: 0; margin-bottom: 0; margin-left: 15; margin-right: 15;
    
}
td 
{
    color: black;
    font-size: 10pt;
    font-family: arial, helvetica, sans serif;
    margin-top: 0; margin-bottom: 0; margin-left: 15; margin-right: 15;
    
}
h1 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
    font-size: 14pt;
    font-weight: bold;
   }

h2 {
    background: white; 
    color: black; 
    font-size: 14pt;
    font-weight: bold;
   }
   
h3 {
    background: white; 
    color: black; 
    font-size: 12pt;
    font-weight: bold;
   }
   
h4 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    font-size: 10pt;
    font-weight: bold;
   } 
h5 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    font-size: 10pt;
    font-weight: bold;
   } 

li
{
    color: black;
    font-size: 10pt;
    font-family: arial, helvetica, sans serif;
    margin-bottom: 0px; margin-top: 0; margin-right: 15;
}
ul
{
    color: black;
    font-size: 10pt;
    font-family: arial, helvetica, sans serif;
    margin-bottom: 0; margin-top: 0; margin-right: 15;
}
ol
{
    color: black;
    font-size: 10pt;
    font-family: arial, helvetica, sans serif;
    margin-bottom: 0; margin-top: 0; margin-right: 15; 
}
a:link{color: #000000; font-size: 10pt; text-decoration: underline; font-weight: normal;}
a:visited{color: #000000; font-size: 10pt; text-decoration: underline; font-weight: normal;} 
a:hover{color: #000000; font-size: 10pt; text-decoration: underline; font-weight: normal;}
a:active{color: #000000; font-size: 10pt; text-decoration: underline; font-weight: normal;}

#banner, #footer, #screenwdmk, #contenttop, #contentleft, #contentright, #content-rt-info, #content-rt-narrow, #contentbottom {
  display: none;
  
}

