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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Segoe UI, Segoe, Lucida Grande, Tahoma MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline:none;
	border:0;
}

hr {
	border-top:1px dashed #e20004;
	color:#FFFFFF;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#share {
	width:100%;
	background-color:#e20004;
	height:50px;
	padding:0px 0px 15px 0px;
	/*padding:0px 0px 15px 20px;*/
}

#share .button {
	float:left;
	padding:0px 15px;
}

#share h1 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:25px;
	float:left;
	width:200px;
}

#share h2 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:25px;
	float:left;
	width:200px;
}

#share h2 a {
	color:#FFFFFF;
	text-decoration:none;
}

#share h2 a:hover {
	text-decoration:underline;
}

#email_function {
	display:none;
	width:100%;
	background-color:#e20004;
	height:50px;
	padding:15px 0px 0px 0px;
}

	#email_function form input.text {
		width:150px;
		height:20px;
		font-size:11px;
		color:#333333;
		padding:7px 0px 0px 7px;
	}
	
	#email_function form input.submit {
		height:30px;
		font-size:11px;
		padding:6px;
	}

#invalid_email {	
	color:#FFFFFF;
	background-color:#000000;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	width:100%;	
}

#container {
	margin:auto;
	padding:50px 0px 0px 0px;
}

#latest {
	width:850px;
}

#latest h1 {
	text-transform:uppercase;
	color:#000000;
	font-size:40px;
}

#latest h2 {
	text-transform:uppercase;
	color:#e20004;
	font-size:25px;
}

#latest h2 a {
	color:#e20004;
	text-decoration:none;
}

#latest h2 a:hover {
	text-decoration:underline;
}

#authorized {
	font-size:9px;
	color:#999999;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

#logo {
	margin:20px 0px 20px 0px;
}

