/*-------------- Common ---------------- */

h1, h2, h3, h4, h5, h6
 				{ font-weight: bold; color: #114432 }
				
h1				{ font-size:22px; line-height:36px; margin-bottom:10px;}
h2				{ font-size:18px; line-height:26px; margin-bottom:10px;}
h3				{ font-size: 12px; line-height: 12px; margin-bottom: 6px }
h4, h5, h6		{ font-size: 12px; line-height: 12px; margin-bottom: 0 }

p, pre, code, label, th, td, dd, dt, select, li
				{ font-size: 12px; line-height: 18px; margin-bottom: 20px }
				
ul, ol			{ margin-bottom: 1.4em }
ul 				{ list-style: none }
ol 				{ list-style: none }
li	 			{ margin:  0; color: #634b37 }

legend			{ display: none }
 
small 			{ font-size: .85em }
big 			{ font-size: 1.15em }
 
sup 			{ position:relative; bottom: .3em; vertical-align: baseline }
sub 			{ position:relative; bottom: -.2em; vertical-align: baseline }
 
acronym, abbr 	{ cursor: help; letter-spacing: 1px; border-bottom: 1px dashed }

label 			{ cursor: default }

/*---------------- Fonts -----------------*/

h1, h2, h3, h4, h5, h6
 				{ font-family: Tahoma,Arial,Helvetica,sans-serif }
p, pre, label, th, td, li, form, div
				{ font-family: Verdana, Arial, sans-serif } 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
				{ text-decoration: none; color: #484848 }
a:hover			{ text-decoration: underline; }
a img			{ border: none }

/*----------- Global Classes -------------*/

.clear			{ clear: left }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.textLeft		{ text-align: left !important }
.textRight		{ text-align: right !important }
.textCenter		{ text-align: center !important }
.textJustify	{ text-align: justify !important }

.bold			{ font-weight: bold !important }
.italic			{ font-style: italic !important }

.noPadding		{ padding: 0 !important }
.noMargin		{ margin: 0 !important }

.noBorder		{ border: none !important }
.noBG			{ background: none !important }

.imgLeft		{ float: left; margin: 0 30px 30px 0 }
.imgRight		{ float: right; margin: 0 0 30px 30px }

.hidden			{ visibility: hidden }

.clearfix:after { content: "."; display: block; height: 0; 
				  clear: both; visibility: hidden }

.clearfix 		{ display: inline-block }

/* Hides from IE-mac \*/
* html .clearfix 
				{ height: 1% }
.clearfix 		{ display: block }
/* End hide from IE-mac */
