/* http://www.salvationhistory.com/styles/pciemission.css */
/*
	PCIE.css
	Created 2003-03-27
	c. 2003 WinMill Software for The St. Paul Center
	
	All rights reserved.
	
	Platform: PC compatible MSIE 4.0 and later

*/

body {
	/*background-color : #ffffee;*/
	background-image : url(../spcImages/header/MISSION_BodyBG.gif);
	color : #000000;
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	margin : 0 0 0 0;
	padding : 0;
}

.bgDark {
	background-color : #990000;
}

.bgLight {
	background-color : #FF6666;
}

.highlightCell {
	background-color : #ffff99;
	border : 1px solid #990000;
	padding : 2 2 2 2;
}

.submitButtonUp {
	color : #ffffff;
	font-family : tahoma,arial,helvetica,sans-serif;
	font-weight : bold;
	font-size : 10px;
	background-color : #ff6666;
	border-style : outset;
	border-color : #990000;
}

.submitButtonDown {
	color : #ffffff;
	font-family : tahoma,arial,helvetica,sans-serif;
	font-weight : bold;
	font-size : 10px;
	background-color : #990000;
	border-style : outset;
	border-color : #ff6666;
}

