/* Text headings for page */
H1 {
	font: bold 12px Verdana;
	font-weight:900;
}

/* Link Style for each area */
.headerArea a {
	font-weight:800;
	color:#3375A7;
	text-decoration:none;
}
.headerArea a:hover {
	color:red;
	text-decoration:none;
}
.headerNav a {
	font-weight:800;
	color:#0E3F81; /* 14 63 129 */
	text-decoration:none;
}
.headerNav a:hover {
	color:#F6C217;
	text-decoration:none;
}
.leftMenu a {
	color:#3375A7;
	font-weight:900;
	text-decoration: none;
}
.leftMenu a:hover {
	color:red;
	text-decoration: none;
}
.mainContentR a {
	color:blue;
	text-decoration:none;
	font-weight:300;
}
.mainContentR a:hover {
	color:red;
	text-decoration:none;
}
.bottomMenu a {
	font-weight:800;
	color:#0E3F81;
	text-decoration:none;
}
.bottomMenu a:hover {
	color:#F6C217;
	text-decoration:none;
}




/* Sortable Tables */
table.sortable {
	padding:0px;
	margin:0px;
	font:9px Verdana;
	color:#888888;
	border-collapse:collapse;
}
table.sortable td {
	padding-left:3px;
	padding-top:3px;
	margin:0px;
}
.tLab {
/*	border-bottom: 2px solid #0F3F7F; */
	border-right: 2px solid #C2CFD8;
	border-bottom: 1px solid #C2CFD8;
	color:blue;
	font-weight:700;
	text-align:left; 
	background-image:url(/images/li.jpg);
	background-repeat:no-repeat;
	width:350px;
}
.tData1 {
	border-left:2px solid #C2CFD8;
	border-right:2px solid #C2CFD8;
	border-bottom:2px solid #C2CFD8;
	cursor:hand;
	background-color:#FFFFFF;
	width:350px;
}
.tData2 {
	border-left:2px solid #C2CFD8;
	border-right:2px solid #C2CFD8;
	border-bottom:2px solid #C2CFD8;
	cursor:hand;
	background-color:#F5F8FF;
	width:350px;
}



.headingL {
	font: 12px Verdana;
	font-weight:900;
	color:#A9A9A9;
	padding:5px;
	background-image:url('/images/hlb.bmp');
	border-bottom:2px solid #6698CB;
	border-right:2px solid #A9AEB2;
	width:175px;
	margin:0;
	text-align:left;
}





.cartHeader {
	width:550px;
	border-bottom:2px solid #0F3F7F;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	height:17px;
}
.cartItem {
	width:550px;
	border-bottom:2px solid #BBBBBB;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	height:17px;
}





/* Left navigation list items */
.leftList {
	margin-left:0px;
	padding-left:10px;
	list-style-type:none;
}
.leftList li {
	padding-top:10px;
}

/* Left menu list items */
.leftList {
	font-weight:500;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	width:140px;
}
.leftList li {
	padding:1px;
	padding-top:5px;
	padding-left:15px;
  background-image:url('/images/tabB.gif');
}

/* Left navigation list items */
.centerList {
	margin-left:0px;
	margin-top:0px;
	padding-left:10px;
	list-style-type:none;
	font-size:12px;
}
.centerList li {
	padding-left:15px;
	margin-top:6px;
	background-image:url('/images/li2.gif');
	background-repeat:no-repeat;
}


	:focus { -moz-outline-style: none; }