body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #CB120D;
}

h1{
	
}
h2{
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: #000;
}
h3{
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}
h4 {
	padding: 0;
	margin: 0;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}
h5{
	font-size: 11pt;
}
h6{
	font-size: 10pt;
}

#content .artContent a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
#content .artContent a:hover {
	text-decoration: underline;
}
#content .artContent a:active {
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 .table_header td {
	color: #fff;
	text-transform: uppercase;
}
.table1 td {
	border-bottom: 1px solid #BFBFBF;
	padding: 3px 0;
}

