@charset "utf-8";
/* CSS Document */
.undersold {
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	background:url(bgDiv.gif);
}

body{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	background:url(bg.gif);
}
.border {
border:#4d4d4d solid 4px;

}

#red {
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	height:31px;
	z-index:1;
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	background:url(bgDiv.gif);
}
.table {
border:#4d4d4d solid 4px;

}

.navigation {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #000000;
	border-bottom:solid #000000 2px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
text-decoration:overline;	
}

