/* ==========================================================================
   Reset
   ========================================================================== */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead,
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%;
	vertical-align: baseline;
}
::-moz-selection {
	background-color:#CCCCCC;
    text-shadow: none;
}
::selection {
    background-color:#CCCCCC;
    text-shadow: none;
}
sup {
	line-height: 10px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
	color:#dc1431;
	font-size: 26px;
	margin-top: 15px;
/*	margin-top: 40px;*/
	margin-bottom: 10px;
	font-weight:normal;
}
h2 {
	color:#0052c2;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 10px;
}
h3 {
	color:#666666;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 10px;
}
h4 {
	font-weight:normal;
}
h5 {
	font-weight:normal;
}
a {
	color:#666666;
}
img.responsive {
	width:100%;
	height:auto;
	max-width:669px;
}
p {
	color:#666666;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	width: 100%;
}
ul {
	color:#666666;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
li {
	margin-bottom: 8px;
	margin-left:15px;
}
a {
}
.box {
	padding: 15px;
	background-color: #eee8dd;
	margin-bottom: 20px;
}
.box p.red {
	color:#dc1431;
	font-style: italic;
}
.box ul.red {
	color:#dc1431;
	font-style: italic;
}
.box p {
	margin: 0px;
}
.box ul {
	margin-top:10px;
	margin-bottom:0;
}

/* ==========================================================================
   Main Styles
   ========================================================================== */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	color:#333333; 
}
.container {
	max-width:1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
/*	padding-top: 50px;*/
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
p.legal {
	font-size: 9px;
	line-height:14px;
	margin-bottom: 10px;
}
.push-top {
	margin-top:30px;
}
.push-bottom {
	margin-bottom:30px;
}
table {
	border-collapse:collapse;
	}
	