body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Navigation Styles */

td.off {
	padding-left:25px;

	background-repeat:no-repeat;
	background-position: center;
	border-bottom-style: solid;
	border-bottom-color: #DBDED5;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#1D5382;
	}
td.on  {
	padding-left:25px;
	background-color:#1D5381;
	background-repeat:no-repeat;
	background-position: center;
	border-bottom-style: solid;
	border-bottom-color: #DBDED5;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	cursor:pointer;
	cursor:hand;
	}
	
td.suboff {
	padding-left:34px;
	border-bottom-style: solid;
	border-bottom-color: #DBDED5;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#565656;
	}
	
td.subon  {
	padding-left:34px;
	border-bottom-style: solid;
	border-bottom-color: #DBDED5;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#157DD8;
	cursor:pointer;
	cursor:hand;
	}

/* Content Styles */	
h1 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#1D5382; margin:0px; }
.content { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4E4D4D; }
a:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4E4D4D;}
a:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4E4D4D;}
a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4E4D4D;}
a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#157DD8;}
.imgborder { border:1px solid #E2E1E0; }
hr { float: left; width: 100%; height: 0px; color: #D3D3D3; background-color: #D3D3D3; border: 1px solid #D3D3D3; border-bottom: 0px;padding:0;}

tr.tableheaderrow{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#4E4D4D; font-weight:bold; background-color:#efedeb; }
tr.tableProductRow{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#4E4D4D; background-color:#FBFBFA; }

