body {
	background-image: url(/common/img/pageBgPurple.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin-top: 0;
	margin-bottom : 0; 
}
.tagNew { 
	top: -110%;
	left: 75%;
    position:relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    width:18px;
	background-image:url(/common/img/Tag_New.png);
    text-align:center;
	padding: 7px;
}
.tagUpdated { 
	top: -110%;
	left: 65%;
    position:relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    width:28px;
	background-image:url(/common/img/Tag_Updated.png);
    text-align:center;
	padding: 7px;
}
.tagSale { 
	top: -110%;
	left: 65%;
    position:relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    width:28px;
	background-image:url(/common/img/Tag_Sale.png);
    text-align:center;
	padding: 7px;
}
.tagPromo { 
	top: -110%;
	left: 65%;
    position:relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
    width:28px;
	background-image:url(/common/img/Tag_Promo.png);
    text-align:center;
	padding: 7px;
}
hr {
	border-top : 1px dotted #CCCCCC;
	color:#6699CC;
	background-color : #FFFFFF;
	height : 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.formInput {
	border: 1px dotted #CCCCCC;
	background-color : #FBFCFD;
	padding: 5px;
	color:#0099CC;
}
.formError {
	border: 1px dotted #e0005a;
	background-color:#fbecee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;	
}
.footer {
	background-image:url(/common/img/FooterBgGrad_Purple.gif);
}
.menuBtn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-image:url(/common/img/MenuBtn_Purple.gif);
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:37px;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	line-height:36px
}
.menuBtn:hover{
	background-image:url(/common/img/MenuBtnOver_Purple.gif);
	background-repeat:no-repeat;
}
.menuBtnSelected {
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-image:url(/common/img/MenuBtnOver_Purple.gif);
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:37px;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	line-height:36px
}
.tblBorder{
	border: dotted 1px #C9D2D5;
}
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #492F4E;
	line-height: 18px;
}

.txtMain a, .txtSml a{
	/*color: #2F6786;*/
	color:#A35697;
	border-bottom: dotted 1px #2F6786;
	text-decoration: none;
}
.txtMain a:hover, .txtSml a:hover{
	color: #CC0000;
	border-bottom: dotted 1px #CC0000;
	text-decoration: none;
}
.txtSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #492F4E;
	line-height: 15px;
}

.txtHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #492F4E;
	/*color: #1D282E;*/
}
.txtSubHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#A35697;
}

.txtSmlHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #492F4E;
	line-height: 15px;
}

.txtSuperScript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#FF0000;
}
.txtFooter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.txtHeadingGrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.txtPromoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FF0099;
	line-height: 20px;
	text-decoration: none;
}
.txtPromoLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FF0099;
	line-height: 20px;
	text-decoration: underline;
}
.txtCode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#006699;
	background-color: #ECF0F1;
	text-align: left;
	line-height: 20px;
}

