BODY.htmlsection  {
	background-color:		silver;
	text-align:				center;
	color:					black;
	margin:					0px;
}

A, A:link , A:visited {
	font-size:				11px;
	color:					#AB201F;
	text-decoration:		none;
}

A:hover {
	text-decoration:		underline;
}

BODY.htmlsection, TD {
	font-family:			arial, helvetica;
	font-size:				8pt;
	font-weight:			normal;
}

.htmlWrapper {
	width: 					100%;
	height:					100%;
	background-color:		#605c57;
	background-image:		url("../images/bgFullGradient.jpg");
	background-repeat:		repeat-x;
	background-position:	center left;
}



#HTMLTitleBar {
	padding-top:			3px;
	font-size:				12pt;
	width:					960px; 
	height:					40px; 
	text-align:				left;
	
}

div#HTMLTitleBar a {
	font-size:				12pt;

}

#scrollableHTMLMenu {
	font-size:				10pt;
	width:					150px; 
	height:					462px; 
	overflow:				auto;
	float:					left;
	text-align:				left;
	
}

div#scrollableHTMLMenu a {
	font-size:				10pt;

}
#scrollableHTMLMain {
	font-size:				10pt;
	margin-left:			0px;
	width:					810px; 
	height:					462px; 
	text-align:				left;
	overflow:				auto;
	float:					right;
}

#scrollableHTMLMainFull {
	font-size:				10pt;
	margin-left:			0px;
	width:					960px; 
	height:					492px; 
	text-align:				left;
	overflow:				auto;
	float:					right;
}

.subsectionhead {
	height:					30px;
	font-weight: 			bold;
	padding-top:			10px;
	margin-bottom:			20px;
	border-bottom:			2px solid gray;
}

.HTMLShopSubSection {
	height:					20px;
	font-weight: 			bold;
	padding-top:			5px;
	margin-bottom:			5px;
	border-bottom:			2px solid gray;
}

.submitbar {
	height:					30px;
	padding-top:			10px;
	margin-top:				20px;
	border-top:				2px solid gray;
	text-align:				right;
}

/* copied from default.css */

.ColumnHeader {
	padding-left:			5px;
	height:					33px;
	background-color:		#ffffff;
	font-weight:			bold;
	/* border-top:			2px solid gray; */
	border-bottom:			1px solid gray;
	color:					#8f8f8f;
}

.ColumnSubHeader {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;
	color:					#2e2e2e;
	background-color:		#fbfbfb;
	padding-left:			5px;
	padding-top:			5px;
	padding-bottom:			5px;
	border-top:				1px solid #e7e7e7;
	border-bottom:			1px solid #e7e7e7;
}

.ColumnData {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;
	color:					#2e2e2e;
	padding-left:			5px;
	padding-top:			5px;
	padding-bottom:			5px;
}

.ColumnFooter {
	font-family:			arial, helvetica;
	font-size:				12px;
	font-weight:			normal;
	color:					#2e2e2e;
	padding-left:			5px;
	padding-top:			5px;
	border-top:				1px solid #E6E0DA;
	padding-bottom:			5px;
}

.DataLabel {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;
	color:					black;
	text-align:				right;
	padding-right:			10px;
	padding-top:			5px;
	vertical-align:			top;
}

.DataLabelRequired {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			bold;
	color:					black;
	text-align:				right;
	padding-right:			10px;
	padding-top:			5px;
	vertical-align:			top;
}

.DataLabelMissing {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			bold;
	color:					#AB201F;
	text-align:				right;
	padding-right:			10px;
	padding-top:			5px;
	vertical-align:			top;
}

.DataValue {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;
	color:					#555555;
	vertical-align:			top;
}

.DataText {
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;
	color:					#555555;
	padding-top:			5px;
	vertical-align:			top;
}

table.standardAlert
{
    background-color:		#f6f6f6;
    color:					#000000;
    font-family:			verdana,arial ;
    text-align:				center;
    padding:				5px 0px 0px 5px;
    BORDER-RIGHT:			#383232 3px solid;
    BORDER-TOP:				#383232 3px solid;
    BORDER-LEFT:			#383232 3px solid;
    BORDER-BOTTOM:			#383232 3px solid;


}
table.standardNotice
{
    background-color:		#f6f6f6;
    color:					#605446;
    font-family:			verdana,arial ;
    text-align:				left;
    padding:				15px 15px 15px 15px;
    BORDER-RIGHT: 			#b1aeae 3px solid;
    BORDER-TOP: 			#b1aeae 3px solid;
    BORDER-LEFT: 			#b1aeae 3px solid;
    BORDER-BOTTOM: 			#b1aeae 3px solid;
}

.countryDropdown 
{
	font-size:				10px;
 }
 
 H1 {
	font-size:				24px;
	font-weight:			normal;
	color:					#000000;
	margin:					0px;
	padding:				17px 0px 20px 0px;
 }
 
 .htmlLayout {
	width:					960px;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
	font-family:			arial, helvetica;
	font-size:				11px;
	font-weight:			normal;	
	color:					#7C7267;
	line-height:			1.7em;
}
 
 .htmlMenu 
 {
	width:				190px;
	height:				492px;
	float:				left;
	text-align: 		left;
	overflow:			auto;
	line-height:		1.4em;
 }
 
 .htmlMenu ul {
	list-style: 		none;
	margin: 			0px;
	padding: 			0px;
	cursor: 			pointer;
}
			
.htmlMenu ul li {
	margin: 			0px 0px 7px 0px;
}
 
 .htmlMenu ul.subNav {
	margin-top: 		6px;
	padding-left: 		12px;
}

a.menuLink, a.menuLink:link , a.menuLink:visited{
	color: 				#7C7267;
	text-decoration:	none;
}

a.menuLink:hover, a.menuLink:active, a.activeLink, a.activeLink:link , a.activeLink:visited{
	color: 				#000;
	text-decoration:	none;
}

 .htmlImage {
	width:				402px;
	height:				492px;
	float:				left;
	padding:			0px;
	margin:				0px;
 }
 
 .htmlCopy {
	width:				368px;
	height:				492px;
	float:				left;
	text-align: 		left;
	overflow:			auto;
 }
 
 .htmlCopyNoMenu {
	width:				558px;
	height:				492px;
	float:				left;
	text-align: 		left;
	padding:			3px;
	overflow:			auto;
 }
 
 .htmlCopyNoImage{
	width:				770px;
	height:				492px;
	float:				left;
	text-align: 		left;
	padding:			3px;
	overflow:			auto;
 }
 
 .htmlCopyFullWidth{
	width:				960px;
	height:				492px;
	float:				left;
	text-align: 		left;
	padding:			3px;
	overflow:			auto;
 } 
 
