body {
	background-color: #000000;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.mainBlack {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.redLink {
	font-family: arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.img {
	border: 1px solid #FFFFFF;
}
.mainWhite {

	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	font-family: arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.mainWhiteBig {
	font-family: arial;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bolder;
}

