@import url('Layout.css');
@import url('Type.css');

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#231f20;
}

a:link {
	color:#c80f2f;
	text-decoration:none;
	/*font-weight:bold;*/
}

a:active {
	color:#c80f2f;
	text-decoration:none;
}

a:visited {
	color:#c80f2f;
	text-decoration:none;
}

a:hover {
	color:#c80f2f;
	text-decoration:underline;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:1em;
}

p.nomargin {
	margin-bottom:0;
}

img {
	border:none;
}

hr {
    color:#e6e7e8;
    background-color:#e6e7e8;
    border:0;
	margin-bottom:1em;
}
