.bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-content {
	background-image: url(img/bg-content.gif);
	background-repeat: repeat-y;
}
.bg-logo {
	background-image: url(img/bg-logo2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.whitetext {
	color: #FFFFFF;
}
a.whitemenu:link		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;

}

a.whitemenu:visited		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.whitemenu:hover		{
	color: #FFC993;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.whitemenu:active		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.whitetitlle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.faded {
	color: #999999;
}
a:link {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
.subtitle {
	font-size: 18px;
	color: #CC6600;
}
.footer {
	font-size: 11px;
	color: #999999;
}
