body {
	background-image: url(/common/img/pageBg.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;
	/*top:35px; left:0px; - This is now set in the Span Tag so position can be changed adhoc*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color:#FFFFFF;
    width:18px;
	background-image:url(/common/img/Tag_New.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;	
}
.menuBtn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-image:url(/common/img/MenuBtn.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.gif);
	background-repeat:no-repeat;
}
.menuBtnSelected {
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-image:url(/common/img/MenuBtnOver.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: #2F6786;
	line-height: 18px;
}

.txtMain a{
	/*color: #2F6786;*/
	color:#0099CC;
	border-bottom: dotted 1px #2F6786;
	text-decoration: none;
}
.txtMain 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: #2F6786;
	line-height: 15px;
}

.txtSml a{
	color:#0099CC;
	border-bottom: dotted 1px #0099CC;
	text-decoration: none;
}
.txtSml a:hover{
	color:#CC0000;
	border-bottom: dotted 1px #CC0000;
	text-decoration: none;
}

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

.txtSmlHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2F6786;
	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;
}
.txtHeadingLrg {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #034A5D;
}
.txtNewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.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;
}

