@charset "UTF-8";

/*
	9am
	http://www.9am.com.br
	Created by Rodrigo Santos
*/


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY, WRAPPINGS, ANCHORS e outros elementos de todo o site
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html { font-size: 62.5%; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#808080;
}

body {
	margin: 0px;
	background-image: url(../../images/bg.jpg);
}

img {
	border: 0 none;
}

a:link {
	text-decoration: none;
	font-size: 12px;
	color:#999;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #1d7cd8;
}

a:active {
	text-decoration: none;
	color: #1d7cd8;
}

#selected_link {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}


.img-left      { float: left; margin: 0 10px 5px 4px; }
.img-right     { float: right; margin: 0 15px 5px 5px; }
.img-center    { display: block; margin: 10px auto 10px; }
.floatleft     { float: left; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }
.png		   { behavior: url(iepngfix.htc); }

/* Clearfix */

.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; }

*+html .clearfix{
  min-height: 1%;
}

/* End hide from IE-mac */
