body, table, tr, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.Fundo {
	background-color: #FFFFFF;
}
.Rodape {
	background-color: #85A1B8;
	height: 20px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
a:link {
	color: #005097;
	text-decoration: none;
}
a:hover {
	color: #005097;
	text-decoration: underline;
}
a:active {
	color: #005097;
	text-decoration: underline;
}
a:visited {
	color: #005097;
	text-decoration: none;
}
.Vazio {
	color: #FF0000;
	text-align: center;
}


.M_Topo {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(imagens/menu_top.jpg);
}
.M_Lado_Menu {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-color: #5D829F;
	height: 24px;
	padding-left: 4px;
}
.M_Lado_Item {
	color: #003A6F;
	background-image: url(imagens/menus.jpg);
	height: 20px;
	padding-left: 4px;
}
.M_Lado_Item a:link {
	color: #003A6F;
	text-decoration: none;
}
.M_Lado_Item a:hover {
	color: #003A6F;
	text-decoration: underline;
}
.M_Lado_Item a:active {
	color: #003A6F;
	text-decoration: underline;
}
.M_Lado_Item a:visited {
	color: #003A6F;
	text-decoration: none;
}
.M_Lado_Sep {
	background-image: url(imagens/l_menu.jpg);
	height: 1px;
}


.AdminTopoTitulo1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.AdminTopoTitulo1 a:link {
	color: #83898B;
	text-decoration: none;
}
.AdminTopoTitulo1 a:hover {
	color: #83898B;
	text-decoration: underline;
}
.AdminTopoTitulo1 a:active {
	color: #83898B;
	text-decoration: underline;
}
.AdminTopoTitulo1 a:visited {
	color: #83898B;
	text-decoration: none;
}
.AdminTopoTitulo2 {
	background-color: #E9EAEB;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
.AdminTopoTitulo2 a:link {
	color: #3C5D7C;
	text-decoration: none;
}
.AdminTopoTitulo2 a:hover {
	color: #3C5D7C;
	text-decoration: underline;
}
.AdminTopoTitulo2 a:active {
	color: #3C5D7C;
	text-decoration: underline;
}
.AdminTopoTitulo2 a:visited {
	color: #3C5D7C;
	text-decoration: none;
}
.AdminTitulo1 {
	background-color: #E9EAEB;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.AdminTitulo1 a:link {
	color: #000000;
	text-decoration: none;
}
.AdminTitulo1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.AdminTitulo1 a:active {
	color: #000000;
	text-decoration: underline;
}
.AdminTitulo1 a:visited {
	color: #000000;
	text-decoration: none;
}
.AdminDados td {
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}


.UserTopoTitulo1 {
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	background-image: url(imagens/nav1.gif);
}
.UserTopoTitulo1 a:link {
	color: #83898B;
	text-decoration: none;
}
.UserTopoTitulo1 a:hover {
	color: #83898B;
	text-decoration: underline;
}
.UserTopoTitulo1 a:active {
	color: #83898B;
	text-decoration: underline;
}
.UserTopoTitulo1 a:visited {
	color: #83898B;
	text-decoration: none;
}
.UserDados td {
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}


.Titulo1 {
	font-size: 14px;
	color: #4E6C85;
	font-weight: bold;
}
.Titulo1 a:link {
	color: #4E6C85;
	text-decoration: none;
}
.Titulo1 a:hover {
	color: #4E6C85;
	text-decoration: underline;
}
.Titulo1 a:active {
	color: #4E6C85;
	text-decoration: underline;
}
.Titulo1 a:visited {
	color: #4E6C85;
	text-decoration: none;
}
.Titulo2 {
	font-size: 12px;
	color: #6C8EAA;
	font-weight: bold;
}


form {
	margin: 0px;
}
textarea {
	width: 99%;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-size: 11px;
}
.InPut1 {
	font-size: 11px;
	width: 200px;
}
input {
	font-size: 11px;
	width: expression(this.type == "text" ? '400px': '');
}
input.text {
	width: 400px;
}
input[type="text"] {
	width: 400px;
}
label {
	cursor: hand;
}
.Select_BG_Cor {
	background-color: #E9E9E9;
}