

	.sys_txt {
	margin: 0;
	background: #000000 ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;margin: 0;
	padding: 0;
}

a{color: #33FFFF;}

.sys_txt h1,.sys_txt  h2,.sys_txt  h3 {
	font-weight: normal;
	color: #33FFFF;
}

.sys_txt h1 {
	font-size: 2.4em;
}

.sys_txt h2 {
	font-size: 1.6em;
}

.sys_txt h3 {
	font-size: 1em;
}

.sys_txt p,.sys_txt  blockquote,.sys_txt  ul,.sys_txt  ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

.sys_txt p {
}

.sys_txt blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

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

.sys_txt ul li {
}

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

.sys_txt ol li {
}

.sys_txt a {
	color: #33FFFF;
}

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

.sys_txt img {
}

.sys_txt img.left {
	float: left;
	margin: 10px 20px 0 0;
}

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