a:link {
	color: #324081;
	text-decoration: none;
}
a:visited {
	color: #324081;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}
#mainMenuDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 760px;
}
.menuRow {
	background-color: #E6E6E6;
}
.menu {
	padding: 0px 7px 0px 7px;
	cursor: pointer;
	color: #999999;
	font-family: "Eurostile Bold";
}
.subMenuDiv {
	position: absolute;
	width: 760px;
	height: 22px;
	background-color: #E6E6E6;
}
.subMenu {
	border-right: #E6E6E6 1px solid;
	padding: 0px 7px 0px 7px;
	font-size: 8pt;
	cursor: pointer;
	color: white;
	background-color: transparent;
}
.paragraphTextWithPadding {
	line-height: 200%;
	padding: 20px;
}
.tablePadding {
	padding: 20px;
}
.tablePaddingRightOnly {
	padding-right: 20px;
}
.tablePaddingLeftOnly {
	padding-left: 20px;
}
.tablePaddingTopOnly {
	padding-top: 20px;
}
.tablePaddingBottomOnly {
	padding-bottom: 20px;
}
.tablePaddingSides {
	padding-left: 20px;
	padding-right: 20px;
}
.tablePaddingTopAndBottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tablePaddingTopBottomAndLeft {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tablePaddingTopRightAndLeft {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.tablePaddingMainTitle {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:10px;
}
.pageBaseRow {
	background-color: #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.searchBox {
	color: #666666;
	background-color: White;
	border: 1px inset #BBBBBB;
	height: 18px;
	width: 140px;
	font-size: 8pt;
}
.comboBox {
	color: #666666;
	background-color: White;
	border: 1px solid Black;
	height: 18px;
	width: 160px;
	font-size: 8pt;
	line-height: 16px;
}
.comboBoxNoWidth {
	color: #666666;
	background-color: White;
	border: 1px solid Black;
	height: 18px;
	font-size: 8pt;
	line-height: 16px;
}
.rowSeparator {
	background-color:#E6E6E6;
}
.rightColumn {
	border-left: 1px solid #B0B0B0;
	text-align: left;
	vertical-align: top;
}
.leftColumn {
	border-right: 1px solid #B0B0B0;
	text-align: left;
	vertical-align: top;
}
.columnSeparator {
	height: l5px;
}
.columnHead {
	height: 20px;
	background-color: #E6E6E6;
	font-size: 8.5pt;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.columnSub {
	line-height: 100%;
	font-size: 8pt;
	padding: 0px 5px 0px 5px;
}
.mainTitle {
	font-size: 9pt;
	font-weight: bold;
}
.productTableHead {
	background-color: #E6E6E6;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	color: #324081;
	vertical-align: bottom;
}
.productTableLineItem {
	border-bottom: 1px solid Silver;
	color: #666666;
}
.productOptionHead {
	padding: 5px;
	background-color: #9fccec;
	font-weight: bold;
	font-size: 10pt;
}
.productOptionLineItem {
	padding: 5px;
	line-height: 150%;
	list-style-type: square;
	color: black;
}