body {
	background-color: #292929;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
html {
	margin-top: 0px;
}

.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
.nestedbg {
	background-image: url(images/nestedbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentpad {
	padding-right: 30px;
}

td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.footer a:link{
	font-size: 11px;
	color: #ffcc33;
}
.footer a:visited{
	font-size: 11px;
	color: #ffcc33;
}
.footer a:hover{
	font-size: 11px;
	color: #ffcc33;
	text-decoration: none;
}
.footer a:active{
	font-size: 11px;
	color: #ffcc33;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #CC0000;
}
.checkmark {
	list-style-image: url(images/checkmark.gif);
}

