@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #647379;
}

.txtFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93A0A6;
	line-height: 14px;
}
