body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left-td {
	background-image: url(images/ltd-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
.content a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}

.content a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-decoration: underline;
}
.contentWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
}
.contentWhite a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: none;
}

.contentWhite a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	text-decoration: underline;
}
.contentBox {
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #8C1229;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #f0f0f0;
	scrollbar-face-color: #f1f1f1;
	scrollbar-highlight-color: #f0f0f0;
	scrollbar-shadow-color: #f0f0f0;
	scrollbar-track-color: White;
}