body {
	padding-top: 5px;
	font-size: 12px;
	line-height: 160%;
	font-family: Helvetica, Verdana, Arial, Georgia, serif;
	color: #000;
	text-align: left;
	margin: 0 0 0 0;
	background: #ffffff url(/img/bgk.gif) repeat-x left top;
}

#wrapper{
	width: 820px;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	border: 0px solid #000;
}

#content{
	width: 800px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
	border: 0px solid #000;
}

p {
	margin: 0 0 0 0;
	padding-top: 0px;
	}

img {
	border: 0;
	}

td p {
	margin: 0;
	padding: 0;
	}
	
.hide {
	display: none;
	}

a, 
a:link, 
a:active, 
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* ------------------------------------------------------ */
/*	TOP     										  */
/* ------------------------------------------------------ */
#top{
	clear: both;
	background: #ffffff url(/img/top_bgk.gif) no-repeat left top;
	height: 90px;
	width: 800px;
	text-align:left;
	overflow: hidden;
}

#menu{
	clear: both;
	background: #ffffff url(/img/menu.gif) no-repeat left top;
	height: 46px;
	width: 800px;
	text-align:left;
	overflow: hidden;
}

#menu ul {
	width: 800px;
	height: 46px;
	margin: 0 4px;
	padding-left: 0px;
	float: right;
	}

#menu ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited,
#menu ul li a:hover {
	font-size: 15px;
	float: left;
	padding: 9px 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	color: #fff;
	}

/* ------------------------------------------------------ */
/*	HEADER     										  */
/* ------------------------------------------------------ */
#header{
	clear: both;
	background: #ffffff url(/img/header.gif) no-repeat left top;
	height: 220px;
	width: 800px;
	text-align:left;
	overflow: hidden;
	padding:0 0 10px 0;
}

#header1{
	clear: both;
	background: #ffffff url(/img/header1.gif) no-repeat left top;
	height: 220px;
	width: 800px;
	text-align:left;
	overflow: hidden;
	padding:0 0 10px 0;
}

#header2{
	clear: both;
	background: #ffffff url(/img/header2.gif) no-repeat left top;
	height: 220px;
	width: 800px;
	text-align:left;
	overflow: hidden;
	padding:0 0 10px 0;
}

#header3{
	clear: both;
	background: #ffffff url(/img/header3.gif) no-repeat left top;
	height: 220px;
	width: 800px;
	text-align:left;
	overflow: hidden;
	padding:0 0 10px 0;
}


a.buttonsubscricao {
	background: url(/img/subscrever.gif) no-repeat 0 0;
	width: 181px;
	height: 45px;
	display: block;
	text-indent: -9999px;
}
a.buttonsubscricao:hover { background: url(/img/subscrever.gif) no-repeat 0 0;; }
a.buttonsubscricao:active { background: url(/img/subscrever.gif) no-repeat 0 0;; }

a.buttondemo {
	background: url(/img/botao_demo.gif) no-repeat 0 0;
	width: 181px;
	height: 45px;
	display: block;
	text-indent: -9999px;
}
a.buttondemo:hover { background: url(/img/botao_demo.gif) no-repeat 0 0;; }
a.buttondemo:active { background: url(/img/botao_demo.gif) no-repeat 0 0;; }





/* ------------------------------------------------------ */
/*	tabelas      										  */
/* ------------------------------------------------------ */

table.grid td {
	border-bottom: 1px solid #ccc;
	}
	
tr.void td {
	border: 0
	}
	
p,li {
	line-height: 1.8em;
	}
	
ul li {
	list-style-image: url(/img/bullet.gif);
	}

/* ------------------------------------------------------ */
/*	Headings       										  */
/* ------------------------------------------------------ */

.h2, 
a.h2, 
a.h2:link, 
a.h2:active, 
a.h2:visited {
	color: #94A300;
	font-weight: bold;
	font-size:18pt;
	}
	
a.h2:hover {
	text-decoration: underline;
	}

.h3, 
a.h3, 
a.h3:link, 
a.h3:active, 
a.h3:visited {
	color: #000000;
	font-weight: bold;
	font-size:12px;
	line-height:120%;
	}
	
a.h3:hover {
	text-decoration: underline;
	}
	
.h4, 
a.h4, 
a.h4:link, 
a.h4:active, 
a.h4:visited {
	color: #004C64;
	font-size:12px;
	line-height:120%;
	font-weight: bold;
	}
	
a.h4:hover {
	text-decoration: underline;
	}

