/*------------------------------
RESET
--------------------------------*/
html, body, p, h1, h2, h3, h4, h5, h6, div, input, textarea, select, option, img, form, ul, li {
  margin:0;
  padding:0;
}
/*------------------------------
GENERAL
--------------------------------*/
body {font-family: 'Open Sans', sans-serif; margin:10px 20px; font-size:14px;}
p {margin:0 0 12px 0;}
p:last-child {margin:0 0 0 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', Tahoma, Geneva, sans-serif; color:#50759A; font-weight: normal;}
h1 {font-size:34px; margin-bottom:10px; font-weight: 700;}
h2 {font-size:28px; margin-bottom:10px;}
h3 {font-size:24px; margin-bottom:10px;}
h4 {font-size:18px; margin-bottom:10px;}
a {
	color: #2A394C;
}
a:hover {
	color: #CC0000;
}
ul {margin-left:20px; margin-bottom:14px;}
ol {margin-left:14px; margin-bottom:14px;}

/*------------------------------
PRINT PAGE
--------------------------------*/
#print-page {position:absolute; top:10px; right:10px; width:auto; height:auto; font-size:14px; font-weight:700}
#print-page a {text-decoration:none; padding:10px; background:#2A394C; -moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px; color:#fff;}
#print-page a:hover {text-decoration:none; background:#CC0000;}
