/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	B A S E  S T Y L E S
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

* { /* reset default values */
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}


/* 13px */
h1,h2,h3,h4 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 26px; 
	color: #590D18; 
	padding-top: 24px;
	font-weight: normal;
	/*border-bottom: 2px solid #FFF;*/
	margin-bottom:30px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:1.9em;
	text-shadow: 1px 1px 1px #CCC;
	}
	
h2 {
	font-size: 20px; 
	color: #626262; 
	padding-top: 20px;
	font-weight: bold;
	/*border-bottom: 2px solid #FFF;*/
	margin-bottom:30px;

	}


h3 {
	font-size: 18px; 
	color: #4e73b0; 
	padding-top: 20px;
	padding-bottom:10px;
	font-weight:bold;
}
	
h4 {font-size: 1.5em; color: #90D433; margin: 0 0 0 0; padding-top: 1.2em; font-weight:bold; padding-left:40px;}
h5 {font-size: 1.4em; color: #324B86; margin: 1.5em 0 1em 0; font-weight:bold; padding-left:10px; }
h6 {font-size: 1.4em; color: #324B86; margin: 0.8em 0 0.5em 0; font-style:bold; padding-left:38px;}

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.75em; margin: 15px 0 15px 0; font-family: Verdana, Geneva, sans-serif; font-size:85%; }

li {
	z-index:15;
}

strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

img {
    border: none;
	margin: 0em 0em 0em 0em;
}


.meta {
	position: absolute;
	visibility: hidden;
}
abbr,
acronym {
	text-decoration: none;
	border: none;
	cursor: help;
}