/* -- 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html, body {
	height: 100%;
}
:focus {
	outline:0;
}
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:"" "";
}
strong, b {
	font-weight:bold;
}
a img { border:none; }
.mod:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}

	
/* -- BODY 
------------------------------------------------------------------------------------------ */
body {
	font-family:"Helvetica Neue", Arial, Sans-Serif;
	font-size:12px;
	color:#565447;
	margin:0 auto;
	padding:0;
	background-color:#fff;
}
a:link {
	color:#b5111c;
	text-decoration:none;
}
a:visited {
	color:#b5111c;
	text-decoration:none;	
}
a:hover {
	color:#830c14;
	text-decoration:none;	
}
a:active {
	color:#b5111c;
	text-decoration:none;	
}

/* -- MAIN CONTENT 
------------------------------------------------------------------------------------------ */
h1 {
	color:#b5111c;
	font-size:22px;
	font-weight:normal;
	padding:0 0 20px 0;
	font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif;	
}
h2 {
	color:#a28800;
	font-size:22px;
	font-weight:normal;
	padding:0 0 20px 0;
	font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif;	
}
h3 {
	color:#a28800;
	font-size:18px;
	font-weight:normal;
	padding:0 0 20px 0;
	font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif;	
}
h4 {
	color:#850c15;
	font-size:12px;
	font-weight:bold;
	padding:0 0 8px 0;
}
p {
	font-size:12px;
	line-height:17px;
	margin:0 0 18px 0;
}
ol {
	list-style:decimal;
	padding:0 0 0 25px;
	margin:0;
}
ul {
	list-style:disc;
	padding:0 0 20px 25px;
	margin:0;
}
ul li {
	padding:0 0 8px 0;
}
ol li {
	padding:0 0 12px 0;
}
