
/* ------------------- Printable Areas ------------------- */
@media print
	{
	.donotprint			{display: none;}
	body {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 11px;
		width: 762px;
	}
	td {
		font-family: verdana,arial,helvetica,sans-serif; 
		font-size: 11px;
	}	
	
	p {
		padding-right: 20px;
	}

	}

/* ------------------- Header & Text Elements ------------------- */
	
H1{
	font-family: arial,helvetica,sans-serif; 
	color: #6507A5; 
	font-weight: normal;
	font-size: 22px;
	margin-top: 14px;
}

H2{
	font-family: arial,helvetica,sans-serif; 
	color: #6507A5; 
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: -10px;
}

H3{
	font-family: arial,helvetica,sans-serif; 
	color: #666666; 
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H4{
	font-family: arial,helvetica,sans-serif; 
	color: #666666; 
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: -17px;
}

H5{
	font-family: arial,helvetica,sans-serif; 
	color: #666666; 
	font-weight: bold;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 127px;
}

H6{
	font-family: arial,helvetica,sans-serif; 
	color: #666666; 
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: -6px;
}





#help {
	padding-top: 2px;
	margin-left: 4px;
	height: 16px;
	}
	
	#help a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		text-decoration: none;
		}
			
	#help a:hover {
		text-decoration: underline;
		}
		
#help-2 {
	padding-top: 2px;
	margin-left: 4px;
	margin-bottom: 8px;
	height: 16px;
	}
	
	#help-2 a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		text-decoration: none;
		}
			
	#help-2 a:hover {
		text-decoration: underline;
		}




















