/* Block Space */
p, hr, dl,
blockquote, pre,
fieldset, figure {
	font-size: 13px;
    margin: 15px 0;
    text-align: justify; 
}

h1, h2, h3, h4, h5, h6 { margin: 25px 0 15px 0; font-family: 'Open Sans', sans-serif !important; }

/* Lists */
dl { padding-left: 30px }
dd { margin-left: 40px; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {  font-size: 22px; line-height: 22px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; }

/* Links */
a, a:hover { text-decoration: none; }

/* Text-level Semantics */
b { font-weight: bold; }

small { font-size: 11px; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr[title] { border-color: inherit; }

dfn[title] {
	border-bottom: 1px dotted; 
	cursor: help;
}
dfn[title] { font-style: normal; }

/* Horizontal Rule */
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top: 1px solid;
	border-bottom: 0;
}

/* Quotes */
q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
	
blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}
blockquote p { margin: 0;}

/* Code */
code { word-spacing: -2px; }

pre {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}

/* Tables */
th, td { padding: 1px; }

/* Forms */
form, textarea { margin: 0; }

button,
input[type='button'],
input[type='submit'] { padding: 2px 3px; }
