/*
	Alcance
	Copyright © 2008 JonathanPereira.com.br [http://www.jonathanpereira.com.br] | Favo Design [http://www.favodesign.com.br]

	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com.br>

*/

body {
	border:0px;
	margin:0px;
	font-family:"trebuchet MS", arial, verdana;
	font-size:11px;
	color:#004A4A;
}

.topLeftBg {
	background-repeat:repeat-x;
	background-position:right;
}
.topRightBg {
	background-repeat:repeat-x;
	background-position:left;
}
.BottomLeftBg {
	background-repeat:repeat-x;
	background-position:right;
}
.BottomRightBg {
	background-repeat:repeat-x;
	background-position:left;
}
.BottomLeftBg2 {
	background-position:top right;
}
.BottomRightBg2 {
	background-position:top left;
}
.Bottom {
	background-position:center top;
}
table {
	border:0px;
	margin:0px;
}
p {
	font-size:11px;
	margin-left:15px;
}
.boxContent {
	text-align:justify;
}
#barTitle {
	margin-top:30px;
	width:100%;
	display:table;
	margin-bottom:5px;
}
.imgTitle {
	float:left;
}
.imgBack {
	float:right;
	margin-top:10px;
}
h4 {
	font-size:13px;
	margin-left:10px;
}
.line {
	color:#CEDCDC;
	height:1px;
	background:#CEDCDC;
	border:0;
}
.lineItens {
	margin-left:10px;
	color:#CEDCDC;
	height:1px;
	background:#CEDCDC;
	border:0;
	width:300px;
}
ul {
	font-size:11px;
	list-style-image:url(../img/bulletList.jpg);
}
#bottomBar {
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	text-align:right;
	float:left;
}
#bottomBar img {
	margin-left:10px;
}


a {
	text-decoration:none;
	color:#004A4A !important;
}
a:hover {
	text-decoration:underline !important;
}

