.tableborder {
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border: thin solid #333333;
}

.tableborder2 {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: thin solid #333333;
}

.tablecell {
	background: #FFFFFF;
	padding: 2px;
}

.tablecellvertborder {
	background: #FFFFFF;
	padding: 0px;
	border-top: thin none #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
}

.tablecellvertborder2 {
	background: #FFFFFF;
	padding: 0px;
	border-top: thin none #333333;
	border-right: thin solid #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
}

.tablecellhorzborder {
	background: #FFFFFF;
	padding: 2px;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
}

.tablecellhorzborder2 {
	background: #FFFFCC;
	padding: 2px;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
}
.tableheadertext {
	font: bold small Arial, Helvetica, sans-serif;
	color: #000000;
}

.tableheaderborder {
	color: #000000;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
} 

.tabletextsm {
	font: x-small Arial, Helvetica, sans-serif;
	color: #000000;
}

.tabletextxxsm {
	font: xx-small Arial, Helvetica, sans-serif;
	color: #000000;
}

.tabledesctext {
	font: x-small Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	
}
.headertext {
	font: bold medium Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
hr {
	width: 95%;
	border: thin dashed #CCCCCC;
}
