/*

Main Content Style

*/

.c ol {
	list-style: decimal;
}

.c ul {
	list-style: disc;
}

.c li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.c p, .c dl, .c hr,
.c h1, .c h2, .c h3, .c h4, .c h5, .c h6,
.c ol, .c ul, .c pre, .c table,
.c address, .c fieldset {
	margin-bottom: 15px;
}

.c h1 {
	font-size: 24px;
	line-height: 28px;
}
.c h2 {
	font-size: 22px;
	line-height: 26px;
}
.c h3 {
	font-size: 20px;
	line-height: 24px;
}
.c h4 {
	font-size: 18px;
	line-height: 22px;
}
.c h5 {
	font-size: 16px;
	line-height: 20px;
}
.c h6 {
	font-size: 15px;
	line-height: 20px;
}


.c table tr td, .c table tr th {
	border-bottom: 1px #ccc solid;
	padding: 5px 3px;
	vertical-align: middle;
}

.c th {
	background: #6D0015 url("../img/bg-head1.png") repeat-x left top;
	color: #fff;
	text-align: left;
	padding: 10px 5px;
}

.c table tr td.even {
	background: #fff url("../img/nav-bg.png") repeat-x left bottom;
	color: #9F0D28;
}

