.sys_txt {
	background: #FFFFFF url(images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
}

a{color: #C11A00}

.sys_txt h1, .sys_txt h2, .sys_txt h3 {
	color: #31363B;
	letter-spacing: -1px;
}

.sys_txt h1, .sys_txt h1 a, .sys_txt h2, .sys_txt h2 a {
	text-decoration: none;
}

.sys_txt h1 a:hover, .sys_txt h2 a:hover {
	text-decoration: underline;
}

.sys_txt h1 {
	font-size: 38px;
}

.sys_txt h2 {
	font-size: 28px;
	font-weight: normal;
}

.sys_txt h3 {
	font-size: 16px;
}

.sys_txt p, .sys_txt ul, .sys_txt ol {
	line-height: 190%;
}

.sys_txt ul, .sys_txt ol {
	margin-left: 3em;
}

.sys_txt blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.sys_txt a {
	color: #C11A00;
}

.sys_txt a:hover {
	text-decoration: none;
}

.sys_txt a img {
	border: none;
}

.sys_txt img.left {
	float: left;
	margin-right: 20px;
}

.sys_txt img.right {
	float: right;
	margin-right: 20px;
}

.sys_txt hr {
	display: none;
}