@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #194C74;
}
body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #999999;
}
.background1 {
	background-image:url(_imagens/topobg.jpg);
	background-repeat:no-repeat;
	height:124px;
}
.background2 {
	background-image:url(_imagens/bbcorpo.gif);
	background-repeat:repeat;
}
.background3 {
	background-color:#74A9C5;
	height:28px;
}
.fonte1 {
	font-family:"Trebuchet MS";
	font-size:34px;
	color:#194C74;

	letter-spacing:-2px;
}

.fonte2 {
	color:#FFFFFF;
}
.fonte3link {
	color:#999;
	text-decoration:underline;
}
.fonte3link:hover {
	color:#74A9C5;
	text-decoration:underline;
}
.fonte4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#194C74;
	font-weight:bold;
	letter-spacing:-1px;
}

.cursos {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#194C74;
	letter-spacing:-1px;
	text-decoration: none;
}


.botao_aplicar {
    display:block;
    width:84px;
    height:28px;
    background:url(_imagens/botaoenviar.gif) no-repeat top;
    text-decoration: underline;
    cursor:pointer;
    border: 1px solid #fff;
}

