/*
.bcDisclaimer: The disclaimer text at the bottom of the page 
.bcInput: Used for input boxes 
.bcPageTitle: Used as the title font for pages 
.bcSelect: Used for selection boxes 
.bcSubmit: Used for submit buttons 
.bcTD: Table cell 
.bcTH: Headers for tables 
.bcTRe: Even row color 
.bcTRo: Odd row color 
*/
a{
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #2f76b3;
	text-decoration: underline;
}

.bcDisclaimer {
	color: #666666;
	font: 11px Arial;
}

.bcInput {
	background-color: #f4f4f8;
	border: groove 1px #6D90AB;
	font: 11px Arial;
}

.bcPageTitle {
	font: bold 12px Arial;
}

.bcSelect {
	background-color: #F2F2F2;
	font: 12px Arial;
}

.bcSubmit {
	background-color: #f4f4f8;
	border: black 1px solid;
	color: #440000;
	cursor: pointer;
	font: bold 11px Arial;
	padding-left: 1px;
}

.bcTD {
	font: 12px Arial;
}

.bcTDBox {
	font: 12px Arial;
}

.bcTH {
	background-color: #338833;
	color: white;
	font: bold 12px Arial;
}

.bcTHLink {
	background-color: #393939;
	color: white;
	font: bold 12px Arial;
}

.bcTRe {
	background-color: white;
}

.bcTRo {
	background-color: #F2F2F2;
}
.commPriceArea {
	padding-left:5px; 
	padding-right:5px;
}

