.homeIntro {
	background: pink2;
	line-height: 18px;
}
.homeIntro IMG {
	float: right;
	margin: 5px 0 0 20px;
}
/* NEWS */
.homeNews {
	background: #ebebeb;
	padding: 10px;
	margin: 10px 0;
}
.homeNews H2 {
	background: url(../img/home/newsH2.gif) repeat-x bottom;
	width: 100%;
	float: left;
	padding: 0 0 3px 0;
	margin-bottom: 3px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e20026;
}
.homeNews SPAN {
	font-size: 11px;
}
.homeNews A {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.homeNews A:hover {
	text-decoration: underline;
}
/* BOX TRIS */
.homeBox {
	width: 207px;
	margin: 10px 0;
	float: left;
	border-top: 5px solid #e20026;
}
.homeBox.center {
	margin: 10px 14px 0 14px;
}
.homeBox H3 {
	padding: 0 0 3px 0;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.homeBox H3 EM {
	font-weight: bold;
	color: #e20026;
}
.homeBox P {
	padding: 4px 5px;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 13px;
	border-bottom: 1px solid #ccc;
}
.homeBox P A {
	text-decoration: none;
}
.homeBox P A EM {
	color: #e20026;
}
.homeBox P A:hover {
	color: #333;
	text-decoration: underline;
}

