/* CSS Document */

.login {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.loginButton {
	background: #0f0;
	border-top: 2px solid #3c3;
	border-right: 2px solid #383;
	border-bottom: 2px solid #383;
	border-left: 2px solid #3c3;
}

.arrows {
	color: #0f0;
	font-size: 16px;
	font-weight: bold;
}

.boldGreenLink {
	color: #0f0;
	font-size: 15px;
	font-weight: bold;
}
.boldGreenLink:hover {
	color: #0f0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
