* {
	font-size: 8pt !important;
	font-family: Verdana, Arial;
	line-height: 140%;
}

html, body, #geral, #cabecalho, #menu, #home, #menu ul li a {
	color: #000;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	background: url(../images/back1.gif) repeat-x center top;
}

body {
	margin : 0px;
	background: url(../images/back.gif) no-repeat center top;
	/*text-align : center;*/
}

form, div {
	margin : 0px;
}

/* Divs principais */
#geral, #cabecalho, #menu, #home {
	width: 710px;
}

#geral {
	margin: 0px auto;
}

#cabecalho {
	height: 150px;
}

/* Formatação do menu */
#menu {
	float:left;
	height: 30px;
	background: url(../images/fundomenu.gif) no-repeat center top;
}

#menu ul {
	margin: 0px;
	padding: 7px;
	list-style: none;
	font: 12px !important;
	font-weight: bold;
}

#menu ul li {
	display: inline;
	color: #600;
}

#menu ul li a {
	text-decoration: none;
	padding: 0px;
	margin: 50px;
}

#menu ul li a:hover {
	text-decoration: none;
	padding: 0px;
	margin: 50px;
	border-bottom: 2px dotted #f00;
}


/* Formatação dos links */
a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;	
}

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

a:active {
	text-decoration: underline;
	color: #666;
}

.botao
{
	background-color: #369;
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	color: #fff;
	font-weight: bold;
}

.campo
{
	background-color: #fff;
	border-bottom: #369 1px solid;
	border-left: #369 1px solid;
	border-right: #369 1px solid;
	border-top: #369 1px solid;
	color: #000;
}

.campo1
{
	background-color: #fff;
	border: 0px;
	color: #000;
	width: 100%;
	padding: 0px;
	font-size : 10px !important;
}

/* Link Blocos */

a.link1:link{
text-decoration:none;
color:#000;
padding: 5px;
text-valign: middle;
border-left: #ccc 5px solid;
display: block;
background-color: #f0f0f0;
}

a.link1:visited{
text-decoration:none;
color:#000;
padding: 5px;
text-valign: middle;
border-left: #ccc 5px solid;
display: block;
background-color: #f0f0f0;
}

a.link1:hover {
text-decoration:underline;
color:#fff;
padding: 5px;
text-valign: middle;
border-left: #036 5px solid;
display: block;
background-color: #369;
}

a.link1:active {
text-decoration:none;
color:#666;
padding: 5px;
text-valign: middle;
border-left: #999 5px solid;
display: block;
background-color: #ccc;
}

/* leassis informatica */
.rowColor0 {
/*	background-color: #eaf1f2;*/
}

.rowColor1 {
	background-color: #fff;
}
#contentTable {
}

#contentCell {
	background-color: #f0f0f0;
}

#pacoteTable tr th {
	background-color: #ccc;
	text-align: left;
}

#pacotesHeader {
	background-color: #ccc;
	height: 20px;
	font-weight: bold;
}

#secaoHeader{
	height: 20px;
	font-size:18px !important;
	font-weight: bold;
	color: #036;
	text-align: left;
}

.defaultFormElementWidth {
	width: 350px;
}
#mainContentCell {
}