/* @group Reset CSS */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0.5;
}
li{
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */
body{
	background-color: #fff;
	font: 25px/50px Tahoma, sans-serif;
	letter-spacing: .005em;
	color: #000000;
}
#container{
	width: 1011px;
	margin: 0 auto;
}
footer {
	font: 10px Tahoma, sans-serif;
	color: #a7a7a7;
	text-align: left;
	margin: 0 auto 50px;
	padding: 0;
}

footer a {
	color: #a7a7a7;
	text-decoration: none;
}

footer a:HOVER {
	color: #a7a7a7;
	text-decoration: underline;
}

footer a:VISITED {
	color: #a7a7a7;
	text-decoration: none;
}

/* @end */
/* @group Home */
#copy{
	padding-bottom: 32px;
	padding-top: 32px;
	text-align: justify;
	font-size: 20px;
	line-height: 28px;
}
h1{
	color: #a51226;
	font-size: 29px;
	line-height: 54px;
	letter-spacing: .05em;
	font-weight: bold;
}
/* @end */
/* @group Terms */
#termscopy{
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: left;
	line-height: normal;
	font-size: 14px;
}
h1{
	color: #a51226;
	font-size: 29px;
	line-height: 54px;
	letter-spacing: .05em;
	font-weight: bold;
}
/* @end */