/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* ----------------------------------------------------------- */

.typography {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/*
 * --- FONT SETTINGS ---
 */

/*  Default settings for table/div cells  */
.typography div, .typography p, .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography li, .typography input, .typography a, .typography td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.typography p {
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
	font-size: 20px;
	padding: 0px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-top: 0px;
	color: #4A19B3;
}
.typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a { 
	color: #4A19B3;
}
.typography h1 {
	font-weight: bold;
}
.typography h2 {
	font-size: 18px;
	/*	color: #4A19B3; */
	font-weight: bold;
}
.typography h3 {
	font-weight: bold;
	font-size: 16px;
}
.typography h4 {
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-color: #DDDDDD;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-weight: bolder;
	border-bottom-style: dashed;
}
.typography h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}
.typography h6 {
	font-size: 13px;
	font-weight: bolder;
}

.typography strong, .typography strong a:link {
	font-weight: bold;
	line-height: 15px;
}
.typography a {
	text-decoration: none;
	color: #8C6CCE;
}
.typography a:hover {
	text-decoration: underline;
}

.typography .align_middle {
	margin: 0 auto;
	text-align: center; 
}

/*---------------------- Table ------------------------------*/
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.typography tr, .typography td, .typography table, .typography th {
	border: 1px solid #999999;
	margin: 1px;
	padding: 5px 10px;
	border-collapse: collapse;
}
.typography thead {
	background-color: #CCCCCC;
}
.typography thead td, .typography thead th {
	font-weight: bold;
}

/* -------------------- IMAGE -------------------------*/
.typography img { margin-bottom: 10px; }
.typography img.left { float: left; margin-right: 10px; }
.typography img.right { float: right; margin-left: 10px; }

/*---------------------- SPECIFIC STYLES --------------------*/
#contentWrapper h1 {
	border-bottom: 2px dotted #ddd;
	padding-bottom: 5px;
}
.typography #contentWrapper h4 {
	border: none;
}

#contentWrapper ul, #contentWrapper ol { 
	margin: 4px 0 10px 17px;
}