body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #666;
	margin: 5px;
}
h1 {
font-size: 18px;
color:#666;
font-weight: bold;
}
h2 {
font-size: 15px;
font-weight: bold;
color: #000;
}
h3 {
font-size: 13px;
font-weight: bold;
color: #444;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #669933;
	text-decoration: underline;
}
td.globalNav {
background-color: #eff7dc;
border-top: 1px solid #333;
}
a.globalNav, a.global:VISITED {
	font-size: 11.5px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
}
a.globalNav:HOVER {
	color: #8bc305;
}

span.globalNav {
	color: #8bc305;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
td.product {
	padding: 8px 0px 20px 0px;
	font-weight: bold;
	font-size: 12px;
}
a.product,a.product:Visited {
	color:#3f5800;
}
td.price {
	padding: 8px 0px 10px 0px;
	font-weight: normal;
	font-size: 11px;
}
.padTop {
padding-top:3px;
}
.innerTable {
	background-color: #eff7dc;
	border: 1px solid black;
}
.main {
	padding: 10px;
}
.global {
	margin-bottom: 10px;
}
.mainTable {
	background-color: #fff;
	border: #000 solid 1px;
}

.headline {
	font-size: 16px;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
li {
	list-style-type: none;
	padding-bottom: 8px;
	margin-left: 0px;
	}
ul.resources {
	list-style-type: circle;
	margin-left: -10px;
	}
li.resources {
	list-style-type: square;
	padding-bottom: 5px;
	margin-left: 0px;
	}

.copyright {
	font-size: 10px;
	color: white;
	text-align: center;
	}