/************************************************/
/* chstaffinginc.css                            */
/* COPYRIGHT 2008 Custodial Housekeeping Staffing, Inc.  All Rights Reserved */
/* Revised: 03/25/2008							*/
/************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ /* CSS Document */


body {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#000000;
	background-color: 	#FFFFFF;
	font-size:			12px;
} 


h1 {
	font-size: 			18px;
	color: 				#bf2343;
	text-align: 		center;
}


h2 {
	font-size: 			16px;
	color: 				#008a9f;
	text-align: 		center;
}


h3 {
	font-size: 			14px;
}

a:link {
	color: 				#0000FF;
}

a:visited {
	color: 				#990033;
}

a:hover {
	color: 				#006699;
}

a:active {
	color: 				#999999;
}


/******* NAVBAR ************/
#navbar td {
	background-color:	#bf2343;
}

/******* CLASS_NAVBAR ************/
.class_navbar td {
	background-color:	#bf2343;
}

/******* CLASS_PAGE ************/
.class_page tr, td {
	table-layout: 		auto;
	vertical-align: 	top;
	background-color: 	#FFFFFF;
	font-family: 		Arial, Helvetica, sans-serif;
}

/******* CLASS_HDR_CONTACT ************/
.class_hdr_contact p, a {
	font-size: 			12px;
	text-align: 		left; 
	font-weight:		bold;
	margin-left: 		3px;
	margin-right: 		3px;	
}

/******* CLASS_HDR_NAVBAR ************/
.class_hdr_navbar p, a {
	font-size: 			10px;
	text-align: 		left; 
	font-weight:		bold;
	margin-left: 		3px;
	margin-right: 		3px;	
}

/******* CLASS_BODY ************/

.class_body h1 {
	font-size: 			18px;
	color: 				#bf2343;
	text-align: 		center;
}

.class_body h2 {
	font-size: 			16px;
	color: 				#008a9f;
	text-align: 		center;
}

.class_body h3 {
	font-size: 			14px;
	color: 				#008a9f;
}

.class_body p {
	text-align: 		left;
	font-size:			12px;
}


/******* CLASS_FOOTER ************/
.class_footer h1, h2, h5, p, a {
	text-align: 		left;
	font-size: 			12px;
}


/******************************************************************************************************************************/

