body {
	background-color: #000000;
	background-image: url(common/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
.pageBox {
	background-image: url(common/page_bg.gif);
	background-repeat: no-repeat;
	background-color: #DADACB;
}
.sideNav{
	background-image: url(common/sideBG.jpg);
	background-repeat: repeat-y;
}
.boldText {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	font-style: normal;
}
.tbnSecondChance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #EA5502;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
a:link {
	color: #EA5502;
}
a:hover {
	color: #FF9900;
}
a:visited {
	color: #EA5502;
}
hr {
	color: #666666;
}
.smallText {
	font-size: 10px;
}

/* Donate Form */

.donate-form-table {
	background-color:#DADACB;
}
.donate-form-table td {
	background-color:#f7f6ee;
}