@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900,300);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
	padding: 0 !important;
	margin: 0 !important;
}

input, select, a img {
	vertical-align: middle;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	position: relative;
}

body {
	font: 14px/1 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: white;
	text-align: center;
	color: #555;
}

.wrapper, footer
 {
	width: 980px;
	margin: auto;
}

p.top {
	padding-top: 12px;
	padding-bottom: 16px;
	font-size: 13px;
}

.logo {
	
}

.warning18 {
	background-color: black;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 33px;
	padding: 11px;
	width: 300px;
	margin: 2px auto 20px;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
}

ul {
	margin-top: 15px;
	margin-bottom: 16px;
}

ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 20%;
	margin-right: 9px;
	margin-left: 9px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}

.buttons {
	padding-bottom: 20px;
}

.buttons a, .buttons a:link, .buttons a:visited {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 34px;
	background-color: #ff0000;
	font-weight: bold;
	padding: 26px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin-right: 4px;
	margin-left: 4px;
	width: 200px;
	-moz-transition: all .25s ease-out;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}

.buttons a:hover {
	background-color: gray;
}

footer {
	border-top: 1px solid silver;
	padding-top: 5px;
}

footer p {
	
}

footer p a, footer p a:link, footer p a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

footer p a:hover {
	
}