/* @group CSS Reset */
/* Begin Typography & Colors */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,hr  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */


table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 800px;
	margin-top: 40px;
}

h1 {
	width: 800px;
	margin-top: 30%;
	margin-bottom: 16px;
	font-size: 50px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #999999;
}


div#subscribe_container {
	display: block;
	position: relative;
	height: 35px;
	z-index: 1;
}

a#show_form, a#show_form:active {
	text-decoration: underline;
}
a#show_form:hover, a#form_cancel:hover {
	color: #4b4b4b;
	text-decoration: none;
}


input#email {
	font-size: 12px;
	border: 2px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
}


a#form_cancel {
	text-decoration: underline;
	margin-right: 8px;
	margin-left: 3px;
}

a#form_submit {
	font-size: 12px;
	color: #7f7f7f;
	background-color: #262626;
	padding: 3px;
	padding-right: 6px;
	padding-left: 6px;
}
a#form_submit:hover {
	color: #262626;
	background-color: #b5b5b5;
}

div#fade_bit {
	height: 525px;
}

.mouseover a:hover,.mouseover a:active{
color:#7e2a3f;
text-decoration:none;
}
.mouseover a{
color:#999999;

}


