body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #B18A5B;
}

.main_table {
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	border-top: solid 2px #000000;
}

.nav {
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	color: #FFFFFF;
	background-color: #741B1B;
	font-weight: bold;
	font-size: 13px;
	}
	.nav a{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 13px;
		}
	.nav a:hover{
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 13px;
		}

.content {
	padding: 5px;
	color: #000;
	font-size:15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	}
	.content a{
		font-size: 14px;
		color: #0000FF;
		}
		
.foot {
	background-image: url(images/Home-Service-Pros-KC-ftr.jpg);
	background-repeat: repeat-x;
	height: 80px;
	color: #FFFFFF;
	border-top: solid 2px #000000;
	}
	.foot a{
		font-size: 13px;
		color: #FFFFFF;
		text-decoration: underline;
		}
	.foot a:hover{
		text-decoration: underline;
		}
	

.underline {
	text-decoration: underline;
}
	
.image_border{
	border: solid #885941 2px;
	margin: 10px;
}

.bold_text {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.greenText {
	color: #00FF00;
}

.redText {
	color: #FF9900;
}

.blue_text {
	color: #0000FF;
}

.BOLD_blue_text {
	color: #0000FF;
	font-weight:bold;
}

.bold_White {
	font-weight: bold;
	color: #FFFFFF;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}
