@charset "UTF-8";

html {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

body {
	background: #fff;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	-webkit-text-size-adjust: 100%;
}

.content {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #808080;
	padding: 0px;
}

.lead {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #780000;
	padding: 0px;
}

.sublead {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 16px;
	color: #A0A0A0;
	padding: 20px 0px 20px 0px;
}

.sublead a {
	text-decoration:none;
	color: #A0A0A0;
}

.sublead a:hover {
	color: #808080;
};

.catch {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 10px;
	color: #808080;
	text-shadow: 0px 3px 4px #bbb;
	padding: 0px;
}

.caption {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 10px;
	color: #808080;
	padding: 0px;
}

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
}