body{
	margin-top : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-right : 0;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.c_dblue {
		color : #29176E;
}
.c_gray {
	color: gray;
}
.mnu_top {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
/*	text-decoration : none; */
	color : White;
}
.mnu_top:hover {
/*	text-decoration : underline; */
	color : Silver;
}
.mnu_e {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 82%;
	color : #29176E;
/*	text-decoration : none; */
}
.mnu_e:hover{
	color : Gray;
/*	text-decoration : underline; */
}
.bar_dominio {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	color : Black;
}
.form {
	font-family : Tahoma;
	font-size : 75%;
	color : Black;
}
.imput {
	font-family : Tahoma;
	font-size : 75%;
	color : Black;
}
.h_txt {
	font-family : Tahoma;
	font-size : 66%;
/*	text-decoration : none; */
}
.azul_m {
	color : #29176E;
}

.cinza_e {
	color : gray;
}

.h_txt:hover {
/*	text-decoration : underline; */
	color : Black;
}
.rodape {
	font-family : Tahoma;
	font-size : 58%;
	color : Gray;
/*	text-decoration : none; */
}
.rodape:hover {
/*	text-decoration : underline; */
	color : Black;
}
.h_tit {
	font-family : Tahoma;
	font-size : 10px;
	color : #29176E;
/*	text-decoration : none; */
}
.txt {
	font-family : Tahoma;
	font-size : 70%;
	color : #29176E;
/*	text-decoration : none; */
}
.txt:hover {
	color : Black;
/*	text-decoration : underline; */
}
.tit {
	font-family : Arial;
	font-size : 14px;
	color : #29176E;
/*	text-decoration : none; */
}
.txt_tab {
	font-family : Tahoma;
	font-size : 11px;
	color : #29176E;
	text-align : center;
}
.pontos {
	background-image: url(img/p1_c.gif);
	background-color : white;
	border : Gray;
	background-repeat : repeat-x;
	height: 6px;
}
.pontosv {
	background-image: url(img/p2_c.gif);
	background-color : white;
	border : Gray;
	background-repeat : repeat-y;
}
.bck-windows {
	background-image: url(img/teclado_windows.gif);
	background-repeat : no-repeat;
}
.bck-linux {
	background-image: url(img/teclado_linux.gif);
	background-repeat : no-repeat;
}