#homeSubTitle{
	margin-bottom: 20px;
}

#homeTextBox{
	padding: 10px;
	padding-left: 21px;
	background-color: #f0f2fe;
	color: #333;
	margin-bottom: 20px;
	
}

#homeTextTable {
	width: 100%;
}



#homeTextTable a {
	color: red;
}
#homeTextTable a img{
	border: None;
}

#homeTextTable TABLE {
	width: 100%;
}
#homeTextTable TABLE tr th {
	padding-left: 20px;
	text-align: left;
	font-size: 120%;
	color: #0000aa;
	
}


#homeTextTable TABLE tr td {
	padding-left: 20px;
	padding-right: 10px;
	background-color: transparent;
	background-image: url("/images/home_text_table_bg.jpg");
	background-repeat: no-repeat;
}

#homeTextBottom{
	background-color: black;
	color: white !important;
	margin: -27px;
	margin-top: 0px;
	padding-top: 10px;
}
