/* import */
@import url("reset.css");
@import url("layout.css");
@import url("menu-topo.css");

/* body */
* html, body {
	height: 100%;
}

html, body {
	height: 100%;
}

body {
	width: 100%;
	text-align:center;
	/*font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	/*background: #0066CC url(../imagens/bg-site.jpg) repeat-x;*/
}

hr{
	border:none;
	border-bottom:1px #e5e5e5 solid;
	height:1px;
	margin:20px 0;
}

/* headers */

h1 {
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	}
h2 {
	color: #036;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	font-weight: 500;
	border-bottom: 1px dashed #D8D8D8;
	}
h3 {
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
}
	
/* links */

a.black, a.black:visited {
	color: #444;
}
a, a:visited {
	text-decoration: none;
	color:#00a8d3;
	background:transparent;
}
a:hover, a:focus {
	text-decoration: underline;
}

/* colors */

.orange {
	color: #ff6600 !important;
	background:transparent;
}
.darkgrey {
	color: #4c4c4c !important;
	background:transparent;
}
.red{
	color:#a20012 !important;
	background:transparent;
}
.blue{
	color:#00a8d3 !important;
	background:transparent;
}
.blue span{
	color:#A6A6A6 !important;
	background:transparent;
	font-size:11px;
}

.lightgrey {
	color: #a9a9a9 !important ;
	background:transparent;
}

/* global */

.bold {
	font-weight: bold !important;
}

.center {
	text-align:center !important;
}

.no-bold {
	font-weight: normal !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important
}

.clear {
	clear: both !important;
}

.underline {
	text-decoration: underline;
}

em {
	font: 11px; color: #8c8c8c;
}

