.bg {
	background-image: url(images/background.jpg);
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000;
}
.indent {
	margin: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bg2 {
	background-color: #000;
	background-image: url(images/bg3.png);
	padding: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.none {
	text-decoration: none;
}
.bg3 {
	background-image: url(images/navbar.jpg);
}
a {
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
.links {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	color: #FFF;
}

.trans_box2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:14px;
	margin:auto;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/softblack.png');
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/softblack.png);
}
