body, html, form 
				{ margin:0px; padding:0px; width:100%; height:100%; font-size:12px; line-height: 14px;
				  font-family:Tahoma, Arial, Helvetica, sans-serif; color:#9B8948;}

body 			{ position: relative;
				  background: #000 url(images/repeat.jpg) repeat-x}

/*-------------- Typography --------------*/
h1, h2, h3, h4, h5, h6
 				{ font-weight: bold }
h1 				{ font-size: 16px; line-height: 18px; margin-bottom: 14px; color:#fff;} 
h2 				{ font-size: 14px; line-height: 18px; margin-bottom: 0}
h3				{ font-size: 13px; line-height: 18px; margin-bottom: 14px }
h4, h5, h6		{ font-size: 10px; line-height: 18px; margin-bottom: 14px }

				  
li				{ margin-bottom: 0 }

p, pre, code, label, th, td, dd, dt, select
				{ font-size: 11px; line-height: 18px; margin-bottom: 14px }
				
h1, h2, h3, h4, h5, h6
 				{ font-family: Tahoma, Arial, Helvetica, sans-serif }
p, pre, label, th, td, li
				{ font-family: Tahoma, Arial, Helvetica, sans-serif } 	
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
				{ font-weight: normal; text-decoration: underline; color: #fff }
a:hover			{ text-decoration: none; color: #9B8948 }
a img			{ border: 0 }

/*------------ Global Classes ------------*/

.clear			{ clear: both }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.textLeft		{ text-align: left }
.textRight		{ text-align: right }
.textCenter		{ text-align: center }
.textJustify	{ text-align: justify }

.bold			{ font-weight: bold !important }
.italic			{ font-style: italic }
.underline		{ border-bottom: 1px solid }
.highlight		{ background: #ffc }

.noPadding		{ padding: 0 !important }
.noMargin		{ margin: 0 !important }
.noBorder		{ border: none !important }
.noBackground	{ background: none !important}

.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 */
