@charset "utf-8";
.Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.Medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.MediumLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.Txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}
.inputxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	height: 20px;
	width: 150px;
	border: 1px solid #656565;
	text-align: right;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#D12026;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	width: 50px;
	border: 1px solid #656565;
	text-align: center;
	vertical-align: middle;
}
