/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	line-height: 1.4em;
}
a {
	color: #E31736;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #000000;
}
h1 {
	font-size: 18px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}
h2 {
	font-size: 16px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
	position: relative;
	margin-right: 10px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left {
	float: left;
	clear: left;
	border:solid 1px #E31736;
	background-color: #4A4A4A;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border:solid 1px #E31736;
	background-color: #4A4A4A;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}