@charset "ISO-8859-1";

@import url("Master.css");

/* Customer Links */
table.custMenu a {
	width:125px;
	display: block;
}

th.custMenu {
	color: #032da5;
	background: #ffffff;
	font-weight: 700;
	font-size:11px;
	font-family: Tahoma, verdana, sans-serif;
}

/* Customer Links */
div.custMenu	a {
	color: #ffffff;
	background: #032da5;
	text-decoration:none;
	font-size: 10px;
	line-height:16px;
	padding: 2px 2px;
	font-family: Tahoma, verdana, sans-serif;
	font-weight: 700;
	text-align: center;	
	border:1px solid #000000;
}
	
/*div.custMenu {
	position:absolute;
	top:0; 
	left:0;
} fixes IE slowness?? */


div.custMenu a:link {
	color: #ffffff;
	background: #032da5;
}

div.custMenu a:active {
	color: #ffffff;
	background: #032da5;
}

div.custMenu a:visited {
	color: #ffffff;
	background: #032da5;
}

div.custMenu a:hover {
	color: #032da5;
	background: #ffffff;
}
/* classes */
.altHeader {
	color: #ffffff;
	background: #003399;
	font-weight: 700;
}

.altLine {
	background: #cccccc;
}

.headerTags {
	color: #003399;
	background: #ffffff;
	font-weight: 700;
}

.instructText {
	color: #d60000;
	background: #ffffff;
	font-weight: 700;
}

.invHeader {
	color: #ffffff;
	background: #003399;
	font-weight: 700;
}

th.invHeader {
	color: #ffffff;
	background: #000000;
	font-weight: 700
}

.orderForm {
	color: #000000;
	background: #ffffff;
	font-weight: 700;
}

th.orderForm {
	color: #003399;
	background: #ffffff;
	font-size: 20px;
}
