.home_main {
	background-color:#ff0000;
}

.home_main_title {
	color: #ffffff;
}

.home_main_description, .home_sub_description {
	font-size: 12px;
	line-height: 140%;
}

.home_main_links {
	list-style-type: disc;
	font-size: 12px;
	color: #ffffff;
}

.home_main_links a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
}

.home_main_links a:hover {
	text-decoration: underline;
}

.home_sub_image {
	padding: 4px 0px;
	text-align: center; 
}

a:link.home_sub_title, a:visited.home_sub_title, a:active.home_sub_title {
	color: #606069;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: underline;
}

a:hover.home_sub_title {
	text-decoration: none;
}

.home_sub_links {
	list-style-type: disc;
	font-size: 12px;
	color: #000000;
}

.home_sub_links a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
}

.home_sub_links a:hover {
	text-decoration: underline;
}


