/***********        CSS geral       ***************/

/************        16/02/2009       ***************/

/* INICIO ESTILOS GERAIS */
* {
	margin:0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Georgia, Times, 'Times New Roman', sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: underline;
	font: bold 12px/1.2em trebuchet ms;
}
.internas a {
	color: #000;
	text-decoration: underline;
	font: bold 12px/1.5em trebuchet ms;
}
table {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 11px
}
input {
	background: #FFFFFF;
	border: #999999 1px solid;
	height: 18px;
	font-family: 'Trebuchet MS', Verdana, Arial, Georgia, Times, Times New Roman, sans-serif;
	color: #000;
	font-size: 11px;
	width:100%;
	margin-top:2px;
}

textarea {
	background: #FFFFFF;
	border: #999999 1px solid;
	font-family: 'Trebuchet MS', Verdana, Arial, Georgia, Times, Times New Roman, sans-serif;
	color: #000;
	font-size: 11px;
	scrollbar-3dlight-color: #ffffff;
        scrollbar-arrow-color: #000000;
    	scrollbar-base-color: #E2E2E2;
    	scrollbar-darkshadow-color: #999999;
    	scrollbar-face-color: #E2E2E2;
    	scrollbar-highlight-color: #ffffff;
    	scrollbar-shadow-color: #999999;
}

select {
	height: 14px;
	font-family: 'Trebuchet MS', Verdana, Arial, Georgia, Times, Times New Roman, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}


/* FIM ESTILOS GERAIS */

/* INICIO ESTILOS MENU */


table tr td a{
		text-align: center;
		font: normal 11px trebuchet ms;	
		width: 100%;
		text-decoration:none;
		font-weight:bolder;
		color: #fff;
}
table tr td a:hover {background: #000; text-decoration:none;color:#fff;font-weight:bolder;text-align: center;width: 100%;}
table tr td a:active {background: #CF380A; color:#fff;text-decoration:none;color:#fff;text-align: center;width: 100%;}


/* FIM ESTILOS MENU */

.table table tr td a{
		text-align: center;
		font: normal 11px trebuchet ms;	
		width: 100%;
		text-decoration:none;
		font-weight:bolder;
		color: #fff;
}
.table table tr td a:hover {background: #000; text-decoration:none;color:#fff;font-weight:bolder;text-align: center;width: 100%;}
.table table tr td a:active {background: #CF380A; color:#fff;text-decoration:none;color:#fff;text-align: center;width: 100%;}

h1 {
	text-align: left;
	font: normal 15px/1.2em trebuchet ms;
	font-weight:bolder;
}
.principal {
	text-align: left;
	width: 700px;
	height: 100%;
	background: #FFF;
	font: normal 12px/1.2em trebuchet ms;
}
.link_over{
		text-align: center;
		font: normal 11px trebuchet ms;
		font-weight:bolder;
		color: #000;
}

.logo {
	width: 700px;
	height: 54px;
	background-image: url(img/logo.gif);
	position: relative;
}
.internas {
	background-color: #DFDED8;
	overflow: auto;
	padding:13px;
	height: 360px;
	scrollbar-3dlight-color: #ffffff;
        scrollbar-arrow-color: #000000;
    	scrollbar-base-color: #E2E2E2;
    	scrollbar-darkshadow-color: #999999;
    	scrollbar-face-color: #E2E2E2;
    	scrollbar-highlight-color: #ffffff;
    	scrollbar-shadow-color: #999999;
		line-height:1.7em;
}
.inferior {
	background-image: url(img/inferior.gif);
	height: 77px;
}
links_tabela {
	text-align: left;
	margin: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Georgia, Times, 'Times New Roman', sans-serif;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}








