.B {
	color:#FFFFFF;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.B:hover {
	color: #FF6600;
}

.C {
	color:#3361A3;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
}
.C:hover {
	text-decoration: underline;
	color: #FF6600;
}

.D {
	color:#003682;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
}
.D:hover {
	text-decoration: underline;
}

.E {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}
.E:hover {
	text-decoration: underline;
}
.E:visited {
	text-decoration: none;
	color: #667E99;
}

.F {
	color:#000000;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
}
.F:hover {
	text-decoration: underline;
}

.G {
	color:#FFFF00;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
}
.G:hover {
	text-decoration: underline;
}

.H {
	color:#FF6600;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11px;
}
.H:hover {
	text-decoration: underline;
}


.caixa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #093566;
	background-color: #FFFFFF;
	border: 1px solid #939393;
}
.caixa2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #BCE1A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.caixa3 {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #BDD6F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.txt1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #3361A3;
}
.txt2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
}
.txt3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.btn {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	background-color: #DDDED9;
	font-weight: bold;
	border: 1px solid #C7C7C0;
}
.linha {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939393;
}

.borda {
	border: 1px solid #939393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


.borda2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.borda3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
}
body {
	background-color: #002544;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
}

