body {
	background-color: #3d5458;
}



td {
	background: transparent;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #19292c;
	line-height: 1.5em;
}


td.homeContent {
	background-color: #19292c;
}


td.mainContent {
	background-image: url("/images/text_bg.jpg");
	background-color: #aaccd3;
	background-repeat: repeat-x;
}


td.textArea {
	padding: 30px;
}


.header1 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}



.header2 {
	color: #000;
	font-weight: bold;
}


.title {
	font-weight: bold;
	color: #233437;
}




.home_layer3 {
	background-color: #223436;
	color: #b9edab;
	text-transform: uppercase;
	font-size: 16px;
}



.indent {
	padding-left: 20px;
	padding-top: 0px;
}


.attributed {
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}


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


a:link {
	color: #740101;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #740101;
}


