body, td, p  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
.bigheader {  
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}
.smallheader {  
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
li {
	line-height: 130%;
}
a {  
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
	 
a:hover {  
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.links {
	font-weight : normal;
}

.links:hover {
	font-weight : normal;
}
	
.spaced-text {
	line-height: 120%;
	text-align: justify;
	font-size: 12px;
}

@media print {
    #PrintCopy { display:block}
  }
@media screen {
    #PrintCopy { display:none}
  }
