/* CSS Document */
.text {
	font-family: Arial;
	font-size: 12px;
	color: #405240;
}
.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.login {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.news {
	font-family: Arial;
	font-size: 11px;
	color: #EDE9DB;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}
#marqueecontainer {
	position: relative;
	width: 148px;
	height: 168px;
	overflow: hidden;
}
.text2 {	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.text3 {	font-family: Arial;
	font-size: 11px;
	color: #405240;
}