.logotext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.headline {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.maintext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.adtext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}

.smalltext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.cartext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

.auction1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

.auction2 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
		
#navcontainer ul li {
	display: inline;
}
		
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
}

a.nav:link {color: #990000; text-decoration: none; }
a.nav:visited {color: #990000; text-decoration: none; }
a.nav:hover {color: 990000; text-decoration: underline; }
a.nav:active {color: blue; }

a.external:link {color: #FFFFFF; text-decoration: none; }
a.external:visited {color: #FFFFFF; text-decoration: none; }
a.external:hover {color: orange; text-decoration: none; }
a.external:active {color: blue; }

