@charset "iso-8859-1";
/* Wattyl Style Definitions */ 
body{ 
	font-family: 	verdana,helvetica,swiss; 
	font-size:		10pt; 
	color: 			midnightblue; 
}

a:link{ 
	color: 				red; 
} 
a:visited{ 
	color: 				blue; 
} 
a:hover{ 
	background: 		gainsboro; 
} 

.OSBranchTitle {
	font-family: 		verdana,helvetica,swiss; 
/*	color:				#777777; 		*/
	color:				#888888; 		
	font-size: 			11pt; 
	font-weight:		bold;
}
.OSWelcome {
	font-family: 		verdana,helvetica,swiss; 
/*	color:				#003366; 		*/
	color:				#0F4086; 		
	font-size: 			11pt; 
}
.menu{ 
	font-family: 		verdana,helvetica,swiss; 
	font-size: 			10pt; 
} 
.menu:link{ 
	font-family: 		verdana,helvetica,swiss; 
	color:				white; 		
	text-decoration:	none; 
} 
.menu:visited{ 
	font-family: 		verdana,helvetica,swiss; 
	color: 				white;
	text-decoration: 	none; 
} 
.menu:hover{ 
/*	color:				#777777; 		*/
	color:				#888888; 		
} 
.menuTitle {font-family: verdana,helvetica,swiss; color: white; font-size: 12pt; font: italic  bold} 

.submit{ 
	background:			midnightblue; 
	color: 				white; 
} 

.title { 
	font-family: 		verdana,helvetica,swiss; 
/*	color:				#777777; 		*/
	color:				#888888; 		
	font-size: 			14pt; 
	text-align: 		left; 
	vertical-align: 	top;
} 

.Order { 
	font-family: 		verdana,helvetica,swiss; 
} 
.Order.pmtop { 
	margin-top: 6px; 
} 
.Order table { 
}
.Order th{ 
	color: 				midnightblue; 
	font-size: 			10pt; 
	text-decoration: 	none; 
	text-align: 		left; 
} 
table.Order td.ralign{ 
	text-align: 		right; 
}
.Order td{ 
	font-size: 			8pt; 
	color: 				midnightblue; 
	text-decoration: 	none; 
/*	text-align: 		Left; */
	vertical-align: 	middle; 
	padding: 			0 0 1 5; 
}
.Order a:link{ 
	color: 				blue; 
} 
.Order a:visited{ 
	color: 				blue; 
} 
.Order a:hover{ 
	color: 				white; 
	background: 		blue; 
}
.Order.submit{ 
	background:			white; 
	color: 				blue; 
	border:				0px;
	font-size: 			8pt;
	vertical-align: 	middle; 	
} 
.Order.submit:hover{ 
	cursor: 			hand;
} 
td.OEBox {border: 1px solid silver}
td.center {
	text-align: 		center;
}
td.right {
	text-align: 		right;
}
Form.OrderFrm Input{ 
	font-size: 			8pt;
	color: 				midnightblue; 
} 
Form.OrderFrm Input.center{ 
	float: 				center;
} 
Form.OrderFrm Select{ 
	font-size: 			8pt;
	color: 					midnightblue; 
} 

Input.textbox{ 
	color: 				midnightblue; 
	float: 				left; 
}
Input.button { 
	background-color: 	midnightblue; 
	color: 							white; 
	float: 							middle; 
}

div.MainHide { 
	visibility: 		hidden;
	position:				absolute;
	text-align:			left;
}
div.MainShow { 
	visibility: 	visible;
	position:			relative;
	left:					0;
	height:				100%;
	width:				100%;
	text-align:		left;
	z-index:			1;
}
div.Hide { 
	visibility: 	hidden;
	position:			relative; 
}
div.Show { 
	visibility: 	visible;
	position:			absolute; 
	width:				*; 
	height:				*;
	z-index:			1;
}

/* Styles for the delivery info documents */
.dititle { 
	font:	 	 				arial; 
/*	color:				#777777; 		*/
	color:					##0F4086; 		
	font-size: 			12pt; 
	font-weight: 		bold; 	
	text-align: 		center; 
	vertical-align: top;
} 
.diHdng {text-decoration: underline; font-weight: bold; margin-bottom: 12pt; color: black;}
td.diBox {vertical-align: top; color: black; font: 10pt arial; border: 1px black solid;}
	