body {
    background-image:url(images/side_color_graph.jpg);
	background-repeat:repeat-x;
	background-color:#6D6B6C;
	margin-top:11px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.main {
	border:#ffffff 2px solid;
	background:#FFFFFF;
}
td.brownie {
	background-color:#DED4BB;
	padding:8px;
}
td.blueish {
	background-color:#ABC9CB;
	padding:8px;
}
td.grey {
	background-color:#f1f1f1;
	padding:8px;
}
td.padding8 {
	padding:8px;
}
.footer {
	color:#999999;
}
a.footer {
	color:#999999;
	text-decoration:none;
}
a.footer:hover {
	color:#1D6FC1;
	text-decoration:underline;
}
a.link {
	color:#333333;
	text-decoration:none;
	font:"Courier New", Courier, monospace;
}
a.link:hover {
	color:#1D6FC1;
	text-decoration:underline;
	font:"Courier New", Courier, monospace;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	margin:10px;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	margin:12px;
}
p {
	margin:0px;
}
p.step	{
	margin-left:10px;
	margin-bottom:3px;
	margin-top:3px;
}
a.button	{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
h2.faq {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px;
}
h2.facts	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px;
}
h3	{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
}
td.grey2 {
	background-color:#f1f1f1;
	padding-left:10px;
}
/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:5px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
}
/* centers the continue button */
.continue-button {
	text-align:center;
	padding-right:70px;
}
/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:80px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
.L04	{
	text-align:center;
	padding-right:70px;
}
.T04	{
	text-align:center;
	padding-right:70px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
