/*
 Common styles for screen, print and handheld media
 Site: Verum.com
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; outline: 0; padding: 0; }
:focus { outline: 0; }
body {
	color: #666;
	font-family: "Calibri", "Lucida Sans", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background-color: #fff;
}
a:link, a:active, a:visited { color: #C8151A; }
a:hover { color: #666; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.33em; }
h3 { font-size: 1.07em; }
#content h2 {
	font: 2.15em/1.0 "Calibri", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000;
}
.home #content h2 { font-size: 2.54em; line-height: 1.2; }
#content h3 { font-size: 15px; font-weight: normal; color: #C8151A; margin: 1em 0 0.25em 0; }
#content .subtitle, #content h3.green {
	font: 1.38em/1.0 "Calibri", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #44AA06;
	margin-bottom: 20px;
} 
#content h3.red { font: 1.38em/1.0 "Calibri", "Lucida Sans", Arial, Helvetica, sans-serif; color: #C8151A; }
#content h3.green { line-height: 1.2; }
#content .intro { color: #666; margin-top: 1em; }
h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ol, ul { list-style: none; }
dl { margin: 0 0 1em 0; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }
input, select, textarea { font-family: "Calibri", "Lucida Sans", Arial, Helvetica, sans-serif; font-size: 1em; }
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, th, td { font-weight: normal; text-align: left; }
th, td { padding: 0.25em 0.25em 0.25em 0.5em; }
hr { display: none; }
.clear { clear: both; }
.center { text-align: center; }
