BODY {
	margin-top : 0px;
	margin-left : 20px;		
}

TABLE {
	font : 11px Verdana;
}

.inputButton {
	font : 11px Verdana;
	color : White;
	background-color : #0066CC;
	border : thin outset #CCCCCC;
}

.inputReadOnly {
	font : 11px Verdana;
	background-color : Silver;	
}

.inputText {
	font : 11px Verdana;
}

.inputTextArea {
	font : 11px Verdana;
}

.inputSelect {
	font : 11px Verdana;
}

.inputCheckBox {
	font : 11px Verdana;
}

.inputRadio {
	font : 11px Verdana;
}

A:active {
	color : Navy;
	text-decoration : none;
}

A:visited {
	color : Navy;
	text-decoration : none;
}

A:link {
	color : Navy;
	text-decoration : none;
}

A:hover {
	color : Blue;
	text-decoration : underline;
}

A.menuLinks:active {
	color : White;
	text-decoration : none;
}

A.menuLinks:visited {
	color : White;
	text-decoration : none;
}

A.menuLinks:link {
	color : White;
	text-decoration : none;
}

A.menuLinks:hover {
	color : Yellow;
	text-decoration : none;
}

A.subMenuLinks:active {
	color : Blue;
	text-decoration : none;
}

A.subMenuLinks:visited {
	color : Blue;
	text-decoration : none;
}

A.subMenuLinks:link {
	color : Blue;
	text-decoration : none;
}

A.subMenuLinks:hover {
	color : Green;
	text-decoration : none;
}

A.invisLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A.invisLinks:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.invisLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.invisLinks:link {
	color: #FFFFFF;
	text-decoration: none;
}

.button {
	cursor: hand;
	border: 2px outset #6699FF;
	background-color : #4169E1;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 125px;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;	
}

.subButton {
	cursor: hand;
	border: 2px outset #CCCCCC;
	background-color : #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #FFFFFF;
	text-align: center;
	margin-top: 2px;
	margin-left: 10px;
	width: 105px;
	height: 22px;
	padding-top: 2px;	
}

.TableWithBorders {
	border : 1px solid Black;
}

.mainTable {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #6495ED;
	background-color: #FFFFFF;
}

.logoTable {
	background-color : #6495ED;
}

.menuCell {
	background-color : #6495ED;
}

.cartCell {
	background-color : #6495ED;
}

.mainRegion {
	border-top: 2px inset #6495ED;
	border-left : 2px inset #6699FF;
	padding-top : 5px;
}

.borderTopBottom {
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
}

.borderTop {
	border-top : 1px solid Black;
}

.borderTopLeft {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
}

.borderBottom {
	border-bottom : 1px solid Black;
}

.borderLeft {
	border-left : 1px solid Black;
}

.borderBottomLeft {
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;	
}

.borderRight {
	border-right : 1px solid Black;
}

.borderGrayBottom {
	border-bottom: 1px solid #cccccc;
}	

.borderGrayBottomLeft {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
	
.cartAddItem {
	font : 11px Verdana;
	color : Red;
}

.cartHeaderCells {
	background-color : Silver;
}

.divImageView {
	background-color : Navy;
}

.copyrightCell {
	font : 9px Arial;
}

.alertDiv {
	font : bold 11px Verdana;
	color : Red;
}

.spanWithBg {
	font-weight: bold;
	background-color: #FFFFCC;
}
.pwResultsTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.normalLink:active {
	color: #0000FF;
	text-decoration: underline;
}
A.normalLink:visited {
	color: #0000FF;
	text-decoration: underline;
}
A.normalLink:link {
	color: #0000FF;
	text-decoration: underline;
}
A.normalLink:hover {
	color: #0000FF;
	text-decoration: underline;
}

A.supportLinks:active {
	color: #0000FF;
	text-decoration: none;
}

A.supportLinks:visited {
	color: #0000FF;
	text-decoration: none;
}

A.supportLinks:link {
	color: #0000FF;
	text-decoration: none;
}

A.supportLinks:hover {
	color: #FF0000;
	text-decoration: none;
}
