/* Dark Blue Background, White Text */
.drkHeader {  
	background-color : 003366; 
	color: FFFFFF; 
	font-weight: bold; 
	font-size: 14; 
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif; 
}

/* Dark Tan Background, Black Text */
.colHeader {  
	background-color : CCCC99; 
	color: 000000; 
	font-weight: bold; 
	font-size: 12; 
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif; 
}

/* Light Tan Background, Black Text */
.colMain {  
	background-color : F0F0E1; 
	color: 000000; 
	font-size: 11; 
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif; 
}

/* Select Boxes */
.inpBox { 	
	font-size: 9pt;
}

/* Light Tan Background */
.dropBack {  
	background-color : F0F0E1; 
	color: 000000; 
	font-size: 11; 
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}

/* White Columns for QP Reports */
.whiteCol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: 000000; 
	font-size: 7; 
	background-color: FFFFFF; 
	vertical-align : top;
}

/* Black Box for QP Reports */
.bkBox { 
	border-color: 000000; 
}

/* Black Columns for QP Reports */
.blackCol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: FFFFFF; 
	font-size: 7; 
	background-color: 000000; 
	vertical-align : top;
}

/* Red Columns for QP Reports */
.redCol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: FFFFFF; 
	font-size: 8; 
	background-color: FF0000; 
	vertical-align : top;
}

/* Blue Columns for QP Reports */
.blueCol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: FFFFFF; 
	font-size: 8; 
	background-color: 000080; 
	vertical-align : top;
}

/* Yellow Columns for QP Reports */
.yellowCol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: 000000; 
	font-size: 8; 
	background-color: FFFF00; 
	vertical-align : top; 
	border-color: 000000;
}

.topFrameTable {
	border-color: 003366;
	width: 600px;
	height: 40px;
	border-style: solid; 
	background-color: F0F0E1;
	border-width: 1px;
}

.blueBorder {
	border-color: 003366;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	background-color: cccc99;
}

.motorcraftButton {
	border-color: red;
	border-style:: solid;
	border-width: 3px;
	text-align: center;
	background-color:CCCCCC;
}