body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

H5 {
	font-size: 12px; 
	color: #12387D;
}

H4 {
	font-size: 13px; 
	color: #12387D;
}

H3 {
	font-size: 18px;
	color: #12387D;
}

A:link {font-weight: normal; text-decoration: underline; color: #6A0F1A;} 
A:visited {font-weight: normal; text-decoration: underline; color: #6A0F1A;}
A:hover {font-weight: normal; text-decoration: none; color: #12387D; }

.small { 
	color: #000000; 
	font-size: 10px;
}

.justify { 
	text-align:justify 
}

.contactButton { 
	color: #FFFFFF; 
	background-color: #12387D;
	border: 1px solid #000000;
}

.contactInput { 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
} 

#homeTable {
	background-image: url('images/homebg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}

#aboutTable {
	background-image: url('images/aboutbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}

#productTable {
	background-image: url('images/productsbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}

#serviceTable {
	background-image: url('images/servicebg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}

#employTable {
	background-image: url('images/employbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}

#contactTable {
	background-image: url('images/contactbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	z-index: 1;
}


#text { 	
	position: relative;
	margin: 0px;
	padding-top: 25px;
	padding-left: 275px;
	padding-right: 40px;	
	z-index: 2;
}

