html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #6C6C6C;
	margin: 0px;
	padding: 0px;
	background-image: url(bg-gray2.jpg);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE2C7;
	text-align: left;
	line-height: 18px;
}
a:link {
	color: #FF9966;
}
a:visited {
	color: #FF9966;
}
a:hover {
	color: #FFF;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.title {
	color: #FF9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
.subTitle {
	color: #FF9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.accentBold {
	font-weight: bold;
	color: #F78429;
	font-size: 12px;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF9966;
	text-align: left;
	line-height: normal;
}
#nav {
	background-color: #000;
	background-image: url(bar.jpg);
	height: 21px;
	color: #eee2c7;
	text-align: right;
	padding-right: 40px;
	line-height: 20px;
}
#nav a:link {
	color: #eee2c7;
	text-decoration: none;
}
#nav a:visited {
	color: #eee2c7;
	text-decoration: none;
}
#nav a:hover {
	color: #ff9933;
	text-decoration: none;
}
.mainTable {
	background-image: url(bg.jpg);
}
.testimonial {
	color: #FC9;
}
