/* CSS Document Geral */
.TituloAzul {color: #6699FF; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloVerde {color: #cccc33; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloAmarelo {color: #FFCC33; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloRosa {color: #FF66FF; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloCinza {color: #333333; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloClaro {color: #666666; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloBranco {color: #FFFFFF; font-family: Arial; font-size: 11px; letter-spacing: 2px; }
.TituloZipie {color: #99CC66; font-family: Arial; font-size: 11px; letter-spacing: 2px; }

.TextoAzul {color: #6699FF; font-family: Arial; font-weight: bold; font-size: 10px; }
.TextoVerde {color: #cccc33; font-family: Arial; font-weight: bold; font-size: 10px; }
.TextoRosa {color: #FF66FF; font-family: Arial; font-weight: bold; font-size: 10px; }
.TextoAmarelo {color: #FFCC33; font-family: Arial; font-weight: bold; font-size: 10px; }
.TextoCinza {color: #333333; font-family: Arial; font-weight: bold; font-size: 10px; }
.TextoClaro {color: #666666; font-family: Arial; font-size: 10px; }
.TextoCinzaClaro {color: #CCCCCC; font-family: Arial; font-size: 10px; }

.subMenu {color: #666666; font-family: Arial; 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: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	background-image:  url(../img/fundo.bmp);
}

th, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #333333;
}

a:active {
	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;
}

.botaoRol
{
	overflow: auto;
	border: 2px solid #6699FF;
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 11px;
	color: #6699FF;
	font-weight: bold;
	text-align: center;
}
.botaoAmigo
{
	overflow: auto;
	border: 0px;
	background-color: #333333;
	font-family: Arial;
	font-size: 11px;
	color:  #CCCC33;
	font-weight: bold;
	text-align: center;
}
.botao
{
	overflow: auto;
	border: 2px solid #666666;
	background-color: #666666;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

#box p:hover {
color: #6666FF;
font-size: 10px;
cursor: default;
}