.whilteLink {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.redLink {

	font-family: Arial;
	font-size: 10pt;
	color: #7B1216;
	text-decoration: none;
}
.whilteLinkBold {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.textMain {

	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
a:hover {

  color: #7B1216;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.blackLink {


	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.textMainBold {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

