.confDates {
	color: red;
	font-weight: bold;
	text-align: left;
}

.confDetails {
	padding-left: 15px;
	text-align: left;
}

.confTable {
	margin-top: 0px;
}

.confTable th {
	font-size: large;
	padding-top: 15px;
	text-align: center;
}

#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	left: 0px;
	margin: 10px;
	position: absolute;
	text-align: justify;
	top: 119px;
	width: 770px;
}

#content a {
	color: #3366cc;
}
	
#content a:hover {
	text-decoration: none;
}
	
#content img {
	border: 0px;
}

.error {
	color: red;
	font-weight: bold;
}

.hidden {
	color: white;
	font-weight: bold;
}

#mainMenu {
	background-image: url('images/menubg.gif');
	background-repeat: repeat-x;
	height: 53px;
	left: 0px;
	position: absolute;
	top: 66px;
	width: 100%;
	z-index: 1000;
}

.newsItem {
	border: 1px solid #5f86c1;
	margin-top: 10px;
	padding: 10px;
}
	
.newsItemContent {
}
	
.newsItemDate {
	font-weight: bold;
}
	
.newsItemTitle {
	border-bottom: 1px solid red;
	font-size: large;
}

.quote_cart {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

.smProductForm form,
.smProductForm p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

.smProductForm input {
	font-size: x-small;
}

#splash {
	background-image: url('images/header-spacer.gif');
	background-repeat: repeat-x;
	height: 65px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#splash img {
	border: 0px;
}

table.productTable {
	background-color: #5f86c1;
	font-size: small;
	margin-top: 10px;
	width: 100%;
}

table.productTable form,
table.productTable p {
	margin: 0px;
	padding: 0px;
}
	
table.productTable form input {
	font-size: x-small;
}
	
table.productTable td {
	background-color: white;
	color: black;
	padding: 5px;
}
	
table.productTable th {
	color: white;
	padding: 5px;
	text-align: center;
}