@import url("addfonts.php");
/* css 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, img, ins, kbd, q, s, samp,
small, strike, 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,
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: inherit;
	font-family:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html {
	font-weight:normal;
	font-style:normal;
}
ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */


body {
	font-family:'Avenir','AvenirLT-Roman', HelveticaNeue, Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 13px;
	padding:0 12px 12px 12px;
}
h1 {
	font-family:'Avenir Medium', 'AvenirLT-Medium','Avenir',HelveticaNeue, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#b12a1b;
	margin: 1.5em 0em 0.5em 0em;
	text-transform:none;
	line-height: 130%;
}
p {
	margin:0 0 .8em 0;
	line-height:140%;
	font-weight:normal;
	font-style:normal;
}
ul {
	margin:0 0 0.8em 0;
	padding:0 0 0 1.4em;
	line-height:140%;
}
a:link {
	text-decoration:none;
	color:#4444ff;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#4444ff;
}
a:hover {
	text-decoration:underline;
	color:#0000FF;
}
a.httplink:link, a.httplink:visited {
	padding-right:12px;
	background-image:url(/assets/templateimages/externallink.png);
	background-position:right 0px;
	margin-right:2px;
	background-repeat:no-repeat;
}

