/* Link Code */
A:link {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #008888;
}
A:visited {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #446666;
}
A:active {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #00aaaa;
}
A:hover {
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #00aaaa;
}

/* Regular */
BODY {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #888888;
	border-width: 0px;
	margin: 0px;
}


/* Class Defs */

.spacing {
	line-height: 23px;
}

.menubar {
	word-spacing: 25px;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.centeredImage {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.newsfront {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.contentstyle {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.prodname {
	font-weight: bold;
}

.footer {
	display: table;
	font-weight: normal;
	font-size: 10px;
	color: #a9a9a9;
	height: 29px;
	width: 1024px;
	text-align: right;
	background-image: url('img/bar.gif');
	background-repeat: no-repeat;
}

p.footer {
	display: table-row;
	margin-top: 2px;
	}
