/* The usual CSS classes for web site */

.floatleft { 	float: left;  padding-right: 6px }
.floatright { 	float: right; padding-left: 6px }
.clearleft { 	clear: left; }
.clearright { 	clear: right; }
.clearboth { 	clear: both; }
.textcenter {	text-align: center; }
.textleft { 	text-align: left; }
.textright { 	text-align: right; }
.smaller { font-size: smaller; }
.tablecenter { margin: 0 auto; }

.border1px {
	border: 1px solid #000000;
}
img { border: 0!important ; }

.centersmall {
	text-align: center;
	font-size: smaller;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.nomargintop {
	margin-top: 0;
}

#bordertable {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: auto;
	width: 96%;
}

#bordertable td {
	border-bottom: 1px solid #000000;
	
}
