body {
	margin: 0px;
	padding: 0px;
	background-image: url(Images/BG-green.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgb(62,130,83);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
}
.rightMasterContainer {
     position: relative;
	 float: right;
	 z-index: 1;
	 width: 250px;
	 margin: 0px;
}
.right {
    float: right;
    width: 100px;
	height: 100px;
	margin: 1px 5px 6px 5px;
	padding: 5px;	
	background-color: rgb(247,247,247);
	border: solid 1px rgb(50,50,50);
	box-shadow: 3px 3px 3px rgb(50,50,50);
}
.rightLabel {
    float: right;
    width: 220px;
	height: 50px;
	margin: 0px 5px 5px 0px;
	padding: 5px;	
	background-color: rgb(252,252,252);
	border: solid 1px rgb(50,50,50);
	box-shadow: 3px 3px 3px rgb(50,50,50);
}
.rightLabelText {
	font-size: 12px;
	color: rgb(0,127,221);
	}
.rightButton {
    float: right;
    width: 220px;
	height: 60px;
	margin: 0px 5px 15px 0px;
	padding: 5px;	
}
.innerDivButton {
	width: 152px;
	margin: 0 auto;
}
.red {
	color: rgb(255,0,0);
	}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.preHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(255,255,255);
}
.navTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;	
	padding: 0px 0px 10px 0px;
}
a.navTop:link, a.navTop:visited, a.navTop:active {
	text-decoration: none;
	color: rgb(255,255,255);	
}
a.navTop:hover {
	text-decoration: underline;
	color: rgb(240,240,240);
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: rgb(50,50,50);
}
#leftNav tr td {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(65,65,65);	
	border-top: dotted 1px rgb(125,125,125);
	border-left: none;
	border-right: none;
	border-bottom: dotted 1px rgb(125,125,125);
}
#leftNav tr td:hover {
		background-image: URL(Images/BGLeftNavBtnHvr.png);
		background-repeat: repeat-x;
		color: white;
}
#leftNav tr td a:link, #leftNav tr td a:visited, #leftNav tr td a:active {
	color: rgb(50,50,50);
	text-decoration: none;		
}
#leftNav tr td a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}
a.linkSmall:link, a.linkSmall:visited, a.linkSmall:active {
	color: rgb(0,0,180);
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}
a.linkSmall:hover {
	text-decoration: underline;
}
.leftNavDiv {
	padding: 7px 9px;	
}
.pageHdr {
	border-bottom: solid 1px rgb(25,65,10); 
	color: rgb(100,10,10); 
	font-size: 16px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	padding: 2px;	
}
.pageSubHdr {
	color: rgb(100,10,10);
	font-size: 12px;
	font-weight: bold; 
	padding: 2px;
	letter-spacing: 1px;	
}
.auctionHdr {
	border-bottom: solid 1px rgb(25,65,10); 
	color: rgb(100,10,10); 
	font-size: 16px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	padding: 2px;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,40,0);
}
.tblHdrGrn {
	padding: 6px 12px; 
	font-size: 12px;
	color: rgb(250,250,250);
	background-image: URL(Images/navBG.png); 
	background-repeat: repeat-x;
	background-position: center left;
	border: solid 1px rgb(6,48,23);
}
.tblHdrBlu {
	padding: 6px 12px; 
	font-size: 12px;
	color: rgb(250,250,250);
	background-image: URL(Images/navBlueBG.png); 
	background-repeat: repeat-x;
	background-position: center left;
	border: solid 1px rgb(6,48,23);
}
.tblBdyGrn {
	padding: 10px 12px; 
	font-size: 12px;
	background-color: rgb(235,235,235); 
	background-position: center left;
	border: solid 1px rgb(245,245,245);	
}
.tblBdyLtGry {
	padding: 10px 12px; 
	font-size: 12px;
	background-color: rgb(248,248,254); 
	background-position: center left;
	border: solid 2px rgb(150,150,150);	
}