﻿a.bar:hover {
	background-color: #FFFF00;
	color: #000000;
	display: inline;
}
a.line:hover {
	text-decoration: underline;
}
.boxit {
	border: thin solid #000000;
}
.horizontal {

	background-image: url(../graphics/extras/hdot.gif);

	background-repeat: repeat-x;

}

.vertical {

	background-image: url(../graphics/extras/vdot.gif);

	background-repeat: repeat-y;

}

.texthead {font-size: 36px}

.textbody {font-size: 18px}
.texttail {font-size: 12px}

.tablehead {
	color: #FFFFFF;
	font-size: 18px;
}
.tablemini {
	color: #FFFFFF;
	font-size: 12px;
}
