.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}
.statsheader{background-color:gray;font-size:11px;color:White}
.txtbold12 {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #A8AD68;
	text-decoration: none;
}
h1,.welcome_text {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	text-decoration: none;
	color: #a61e22;
	text-align:center;
}
h2 {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}
td,.txt11grey {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5252a8;
	border-left-color: #5252a8;
}

