body {
	background-color: #E6E7E1;
}

a:link {
	color: #8B9EB9;
	text-decoration: underline;
}
a:visited {
	color: #8B9EB9;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #93979D;
	font-weight: bold;
}
.textnormall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60738E;
	font-weight: normal;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8495AD;
	font-weight: normal;
}