.logo {
	background-color: #333333;
}
.black {
	background-color: #000000;
	background-image: url(black.gif);
	background-repeat: repeat;
}
.repeatx {
	background-image: url(black.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: center center;

}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;

}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	color: #000000;

}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;

}
.border {
	border: 3px solid #000000;
}
