a.menu:link {
	text-decoration: none;
	color: black;
}

a.menu:visited {
	text-decoration: none;
	color: black;
}

a.menu:active {
	text-decoration: none;
	color: white;
}

a.menu:hover {
	text-decoration: none;
	color: white;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

BODY {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div.main
{
	text-align: left;
}

P,td	{
	font-family: Arial;
	font-size: 10pt;
}

div.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding: 0px;
}

.sectionTitle {
	font-family: Arial;
	font-size: 14pt;
}

LI	{
	font-family: Arial;
	font-size: 10pt;
}

.pagetitle {
    font-family: Arial;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #FFCC00;
	background-color: #008400;
	height: 25px !important;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.footertext {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	font-style: italic;
	color: #FFCC00;
	background-color: #008400;
	padding: 5px 7px;
}

.producthead {
    font-size: 13pt;
    font-family: Arial;
    font-weight: bold;
}

