.textnopad 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.textpadded 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}
.headings
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.borderall
{
	border: 1px solid #666666;
}
.bordertopbottom
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.borderrightsurround
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.borderleftsurround
{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.borderleft
{
	border-left: 1px solid #666666;
}
.borderright
{
	border-right: 1px solid #666666;
}
bordersides
{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.nav a, .nav a:hover, .holder 
{
	display: block;
	width: 100px;
	height: 20px;
	padding: 3px;
	color: white;
	background-color: black;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover, .holder
{
	background-color: white;
	color: black;
	text-decoration: underline;
}.bnrbkgdbottom {
	background-color: #000000;
	background-image: url(images/topshadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.horizon {
	background-color: #000000;
	background-image: url(images/horizon.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

