body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 12px;
}





.textHeaderHome {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ff6600;
	font-weight: bold;
}
.textHeaderServices {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4b99e4;
	font-weight: bold;
}
.textHeaderPortfolio {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c27e02;
	font-weight: bold;
}
.textHeaderContact {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #9c9638;
	font-weight: bold;
}






.home a:link {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}
.home a:hover {
	color: #ff6600;
	text-decoration: none;
	}	
.home a:visited {
	color: #ff6600;
	font-style: normal;
	text-decoration: underline;
	}

.homeNav2 a:link {
	color: #663300;
	text-decoration: underline;
	}
.homeNav2 a:visited {
	color: #663300;
	text-decoration: underline;
	}
.homeNav2 a:hover {
	color: #ff6600;
	text-decoration: none;
	}



.services a:link {
	color: #4b99e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}
.services a:hover {
	color: #4b99e4;
	text-decoration: none;
	}	
.services a:visited {
	color: #4b99e4;
	font-style: normal;
	text-decoration: underline;
	}
	
.servicesNav2 a:link {
	color: #663300;
	text-decoration: underline;
	}
.servicesNav2 a:visited {
	color: #663300;
	text-decoration: underline;
	}
.servicesNav2 a:hover {
	color: #72baff;
	text-decoration: none;
	}



.portfolio a:link {
	color: #c27e02;
	text-decoration: underline;
	}
.portfolio a:visited {
	color: #c27e02;
	text-decoration: underline;
	}
.portfolio a:hover {
	color: #c27e02;
	text-decoration: none;
	}
	
.portfolioNav2 a:link {
	color: #663300;
	text-decoration: underline;
	}
.portfolioNav2 a:visited {
	color: #663300;
	text-decoration: underline;
	}
.portfolioNav2 a:hover {
	color: #c27e02;
	text-decoration: none;
	}


.contact a:link {
	color: #9c9638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}
.contact a:visited {
	color: #9c9638;
	font-style: normal;
	text-decoration: underline;
	}
.contact a:hover {
	color: #9c9638;
	text-decoration: none;
	}	

	
.contactNav2 a:link {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	}
.contactNav2 a:visited {
	color: #663300;
	font-style: normal;
	text-decoration: underline;
	}	
.contactNav2 a:hover {
	color: #9c9638;
	text-decoration: none;
	}	

input { 
	background-color: #FFFFCC;
}

textarea { 
	background-color: #FFFFCC; 
	color: #000000;
}

