@charset "utf-8";
/* CSS by EstrategiaMarketingDigital.com */

/*Início de Global Values */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #999999;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:active{
color: #666666;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
/*Fim de Global Values */

/*Início de Divisões da Página */
#wrapper {
width : 950px;
height: 628px;
margin-right : auto;
margin-left : auto;
margin-top : 0px;
padding : 0px;
text-align:justify;
}
#topShadow{
height:28px;
width: 100%;
float:left;
background-image:url(images/index_01.jpg);
}
#leftShadow{
width: 24px;
height: 572;
float:left;
}
#mainContent{
width: 713px;
height: 572;
float:left;
}
#sideContent{
width: 189px;
height: 572;
float:left;
}
#rightShadow{
width: 24px;
height: 572;
float:left;
}
#bottomMenu{
text-align:center;
font-size:11px;
letter-spacing:2px;
height:28px;
width: 100%;
float:left;
}
/*Fim de Divisões da Página */

/*Incício de Estilos */
h1 {
	padding-left:5px;
	letter-spacing:-1px;
	font-size:16px;
	font-weight: bold;
}
h2 {
	padding-left:5px;
	letter-spacing:-1px;
	font-size:14px;
	font-weight:normal;

}
.img{
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
}
.mainText{
padding-left:5px;
}
.box {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}