html {
	scrollbar-arrow-color: #EEEEEE;
	scrollbar-base-color: #EEEEEE;
	scrollbar-dark-shadow-color: #C2C1C1;
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #C2C1C1;
	scrollbar-shadow-color: #C2C1C1;
	scrollbar-highlight-color: #C2C1C1;
	overflow-x: hidden;
	}
body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #787878;
	margin-left: 0px;
	margin-top: 0px;
}

ol, ul {
	list-style: none;
}

.fontemenor {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #787878;
	text-align: left;
}
.bordacinza {
	border-right: 1px solid #787878;
	border-left: 1px solid #787878;
}
.pontobaixo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.linkrodape {
	color: #ffffff;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #3760b8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#787878;
}

#cabecalho{
	width: 741px;
	padding: 0px;
	margin:0 auto;
}

#menu{
    font-weight: bold;
    background-color: #315ab0;

}

#menu ul{
    float: left;
    margin: 0;
    position: relative;
	padding: 0 0 0 12px;
}

#menu ul li{
    float: left;
    margin: 0;
    width: auto;
    text-align: center;
    line-height: 25px;
    height: 25px;
    border-left:1px solid #FFFFFF;

    background-color: #315ab0;
    position: relative;
}

#menu li a{
    display: block;
    color: #FFFFFF;
	padding: 0 23px 0 23px;
}


#menu li a:hover{
	background-color: #003399;
	padding: 0 23px 0 23px;
}

#menu li:first-child{
    border-left:none;
}

.titulo {
	margin: 0 auto;
	background-image: url(http://www.vctal.com.br/site/imagens/back_tit.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3760b8;
	text-align: center;
	height: 36px;
	padding-left:20px;
	padding-top:5px;
}

.lista {
	background: url(http://www.vctal.com.br/site/imagens/back_tit.png) no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #3760b8;
	text-align: left;
	height: 36px;
	padding-left:20px;
	padding-top:5px;
}


.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #0033CC;
	background-image: url(http://www.vctal.com.br/site/imagens/fundo_rodape.gif);
}

.tabelageral {
	margin: 0 auto;
	width: 95%;
}

.tabelageral tr{
	border-bottom: 1px solid #CCCCCC;
	background-color:#FFFFFF;

}

.tabelageral th{
	background-color:#DDDDDD;
}

.tabelageral td{
	padding: 0px;
	text-align:left;
	vertical-align:middle;
	border-bottom: 1px solid #CCCCCC;
}

.aguardem {
	vertical-align:middle;
	text-align:center;
	padding:10px;
}
