/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
				{ font-weight: normal; text-decoration: underline; color: #000 }
a:hover			{ text-decoration: underline; color: #6E3106 }
a img			{ border: 0 }

/*---------------- Global ----------------*/

.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 }

.imgLeft		{ float: left; margin: 0 24px 24px 0 }
.imgRight		{ float: right; margin: 0 0 24px 24px }

.bold			{ font-weight: bold !important }
.italic			{ font-style: italic }
.underline		{ border-bottom: 1px solid }
.highlight		{ background: #ffc }

.noPadding		{ padding: 0 }
.noMargin		{ margin: 0 !important }
.noIndent		{ margin-left: 0; padding-left: 0 }
.noBullet		{ list-style: none; list-style-image: none }
.noBorder		{ border: 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 */


/*--------------- Sizes ------------------*/

h1, h2, h3, h4, h5, h6
 				{ font-weight: bold; color: #333; text-transform: uppercase }
				
h1 				{ font-size: 30px; line-height: 30px; margin-bottom: .35em; letter-spacing: -1px } 
h2 				{ font-size: 14px; line-height: 18px; margin-bottom: .65em }
h3				{ font-size: 13px; line-height: 18px; margin-bottom: 1em }
h4, h5, h6		{ font-size: 12px; line-height: 18px; margin-bottom: 0 }

p, pre, code, label, th, td, dd, dt, select, li
				{ font-size: 12px; line-height: 22px; margin-bottom: 15px }

/*--------------- Fonts ------------------*/

h1, h2, h3, h4, h5, h6
 				{ font-family: Tahoma, serif }
p, a, pre, label, th, td, li
				{ font-family: Tahoma, serif }


body, html, form 
{
 margin:0px;
 padding:0px;
 width:100%;
 height:100%;
}
body			
{ color: #000; background:#676767;font-family: Tahoma, serif;line-height:150%;font-size:12px; }

#content a:hover
{
    text-decoration:underline !important;
}