.kerned-wide{
	letter-spacing: 3px;
}
.fineprint{
	font-size: 10px;
}
.sectionname{
	font-size: 15px;
	font-style: oblique;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.italic{
	font-style: oblique;
}
.small{
	font-size: 10px;
}
.medium{
	font-size: 12px;
}
.large{
	font-size: 15px;
}

.center{
	text-align: center;
}

.wide{
	width: 100%;
}

.valigntop{
	vertical-align: top;
}
.black{
	color: #000000;
}
.orange{
	color: #CC9933;
}
.clip{
	overflow: hidden;
}

table.autotable{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.autotable td{
	padding: 1px 10px;
	border: 1px solid white;
}
table.autotable td.header{
	font-weight: bold;
}

table.autotable td.id, td.Last_On_Time, td.Last_On_Day{
	text-align: right;
}

