	.sys_txt {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #333333;
}

.sys_txt h1 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 30px;
	line-height: 1;
}


.sys_txt h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 26px;
	line-height: 1;
}


.sys_txt h3 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 22px;
	line-height: 1;
}


.sys_txt h4 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 20px;
	line-height: 1;
}


.sys_txt h5 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 14px;
	line-height: 1;
}


.sys_txt h6{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
}

.sys_txt a:link {
	text-decoration:underline;
	color: #333333;
}
.sys_txt a:visited {
	text-decoration:underline
		
}
.sys_txt a:hover {
	text-decoration:underline
	color: #000000;

}