td.fullbox {
			border-bottom: 1px solid #878783;
			border-top: 1px solid #878783;
			border-left: 1px solid #878783;
			border-right: 1px solid #878783;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
td.leftborder {
			border-bottom: 0px solid #878783;
			border-top: 0px solid #878783;
			border-left: 1px solid #878783;
			border-right: 0px solid #878783;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
td.rightborder {
			border-bottom: 0px solid #878783;
			border-top: 0px solid #878783;
			border-left: 0px solid #878783;
			border-right: 1px solid #878783;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
td.rtbotborder {
			border-bottom: 1px solid #878783;
			border-top: 0px solid #878783;
			border-left: 0px solid #878783;
			border-right: 1px solid #878783;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
td.ltbotborder {
			border-bottom: 1px solid #878783;
			border-top: 0px solid #878783;
			border-left: 1px solid #878783;
			border-right: 0px solid #878783;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
			
td.rightdash {
			border-bottom: 0px solid #878783;
			border-top: 0px solid #DBDBBD;
			border-left: 0px solid #878783;
			border-right: 1px dashed #DBDBBD;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
td.leftdash {
			border-bottom: 0px solid #878783;
			border-top: 0px solid #DBDBBD;
			border-left: 1px dashed #DBDBBD;
			border-right: 0px dashed #DBDBBD;
			padding-bottom: 0; 
			margin-bottom: 1 em;
			}
.title {font-family: arial;
		font-size: 14px;
		color: #000066;
		font-weight: bold;		
}

.titlesm {font-family: arial;
		font-size: 12px;
		color: #000066;	
		text-decoration: underline;			
}

.footer {font-family: arial;
		font-size: 10px;
		color: #000066;
		text-decoration: none;	
}