
/* hide unnecesary elements */
nav,
hr {
	display: none;
	}
/* enough hiding */

html {
	width: 100%;
	height: 100%;
	}
	
body {
	font-size: 10pt;
	line-height: 13pt;
	font-family: Georgia, Times, serif;
	background: #fff;
	color: #333;
	}

.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { display: inline-block; }
.group { display: block; }
	
h1, h2, h3, h4, h5, h6 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #111; }
	
h1 { font-size: 21pt; line-height: 26pt; margin-bottom: 26pt;}
h2 { font-size: 18pt; line-height: 22pt; padding-top: 17pt; margin-bottom: 13pt; }
h3 { font-size: 15pt; line-height: 18pt; margin-bottom: 8pt; }
h4 { font-size: 12pt; line-height: 15pt; margin-bottom: 11pt; }
h5, h6 { font-weight: bold; }

p, ol, ul, dl, table { margin-bottom: 13pt; }

a, a:active, a:visited { text-decoration: none; border-bottom: 1px dotted #999; color:#333; }
a:after { content: " [" attr(href) "] "; color: #666; font-size: 8pt; }

blockquote { width: 75%; } 
blockquote p { color: #444; padding-left: 13pt; font-style: italic; }
blockquote:before { content: "\""; position: absolute; display: block; width: 10%; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

dl { padding-left: 13pt; border-left: 2pt #ccc solid; }
dt { font-size: 12pt; line-height: 15pt;}
dd { margin-bottom: 13pt; }

table { width: 100%; }
tfoot, thead { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }
td, th { padding: 5px; border-bottom: 1pt solid #ddd; }
th { font-weight: bold; }
thead th { text-transform: uppercase; border-top: 1pt solid #ddd; border-bottom: 2pt solid #666; }
tfoot { font-size: 9pt; }
tfoot td { border-top: 1pt solid #ddd; }


form { border: 5pt solid #eee; padding: 21pt 21pt 8pt; font-size: 100%; }
label { display: block; padding-bottom: 13pt; }
label span.id { display: block; padding-bottom: 4pt; text-transform: uppercase; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }
label span.id span { text-transform: none; font-family: Georgia, Times, serif; color: #999; }
fieldset div.info { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }
fieldset div.info p { font-size: 8pt; }
input, textarea { border: 1pt solid #ccc; width: 50%; }
input { height: 20pt; }
button, input.submit { display: none; }
