.stbody {
	background-image: url("imgs/fn-back.jpg");
	background-position: left top;
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #FFFFFF;
	margin-left: 64px;
	margin-top: 64px;
	margin-right: 64px;
	margin-bottom: 64px;
}

a:link {
	color: #0000DD;
	text-decoration:none;
}
a:visited {
	color: #0000DD;
	text-decoration:none;
}
a:hover {
	color: #0000DD;
	text-decoration:underline;
}
a:active {
	color:#0000DD;
	text-decoration:underline;
}

.sttext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0000000;
}

.stmain {
	background-image: url("imgs/fn-main.jpg");
}

.stmtit {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 64px;
	color: #2700A0;
}

.stmenu {
	background-image: url("imgs/fn-menu.png");
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.stmnbar {
	background-color: #030746;
}

a.lnmenu:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.lnmenu:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.lnmenu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.lnmenu:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.sttext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0000000;
}