h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    font-family: "Arial";
}
h4,
p {
    font-size: 13px;
}
p {
	line-height:18px;
    margin-bottom: 10px;
}
table {
	font: 13px "Arial";
}
h1 {
	margin-bottom:10px;
	font-size:18px;
	color:#333;
}
h2, h3 {
	margin:15px 0px;
}
h2 {
	font-size:16px;
	color:#555;
	line-height:20px;
}
h4 {
    display: inline-block;
	margin:20px 0px 15px 0px;
}
.intro_list p {
	background:url(../images/home_list_deco.gif) no-repeat;
	padding-left:15px;
	margin-bottom:20px;
}
.group_odd h4, 
.group_even h4 {
    margin:10px 5px 5px 5px;
    font-size:11px; 
    text-transform:uppercase;
    color:#333
}