/* CSS Document Geral */
.style0 {color: #333333; font-family: Tahoma; font-weight: bolder; font-size: 10px; letter-spacing: 2px; }
.style1 {color: #333333; font-family: Tahoma; font-weight: bold; font-size: 10px; letter-spacing: 2px; }
.style2 {color: #990000; font-family: Tahoma; font-weight: bold; font-size: 11px; }
.style3 {color: #990000; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.style4 {color: #CCCCCC; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.style5 {color: #333333; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.style6 {color: #666666; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.style7 {color: #999999; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.style8 {color: #333333; font-family: Tahoma; font-weight: 100; font-size: 9px; }
.style9 {color: #333333; font-family: Tahoma; font-weight: normal; font-size: 11px; }
.style10 {color: #666666; font-family: Tahoma; font-weight: bold; font-size: 10px; }
.subMenu {color: #666666; font-family: Tahoma; font-weight: bold; font-size: 10px; letter-spacing: 2px; }
.zippieVerde {color: #99ff00; font-family: "Microsoft Sans Serif"; font-weight: bold; font-size: 11px }
.zippiePreto {color: #666666; font-family: "Microsoft Sans Serif"; font-weight: bold; font-size: 11px }

body
{
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

a
{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #666666;
}
a:hover
{
	text-decoration: underline;
	color: #333333;
}
a:active
{
	text-decoration: none;
	color: #333333;
}
h1,h2,h3,h4,h5,h6
{
	font-family: Tahoma;
}
.campo
{
	overflow: auto;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.botao
{
	overflow: auto;
	border: 2px solid #CCCCCC;
	background-color: #EBEBEB;
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.botao_escuro
{
	overflow: auto;
	border: 2px solid #CCFF99;
	background-color: #333333;
	font-family: Tahoma;
	font-size: 10px;
	color: #EBEBEB;
	font-weight: bold;
	text-align: center;
}

.bordaum {background:#ffffff; border-collapse:collapse; border-color:#999999;}
.bordaum td {background:#ffffff; border:1px solid; border-collapse:collapse; border-color:#999999;}
