@charset "UTF-8";
body {
	padding-top: 0px;
	font-family: tahoma, verdana, ariel, "times new roman";
	font-size: 14px;
	text-decoration: none;
	background-color: #f5f7e7;
	background-image: url(images/sliver.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
a:link {
	color: #2875A6;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #2875A4;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.login {
	padding-top: 30px;
}
