td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #434343;
	line-height: 16px;
}
.FundoMenu {
	background-image: url(images/fundo_menu.gif);
}

.FundoRodape {
	background-image: url(images/fundo_rodape.gif);
}

.TextoGrande{
	font-size: 13px;
}

a.linkMenu:link {
	font-size: 13px;
	color:#434343;
	text-decoration:none;
	font-weight: bold;
}
a.linkMenu:visited {
	font-size: 13px;
	color:#434343;
	text-decoration:none;
	font-weight: bold;
}
a.linkMenu:hover {
	font-size: 13px;
	color:#093b9d;
	text-decoration:none;
	font-weight: bold;
}
a.linkMenu:active {
	font-size: 13px;
	color:#434343;
	text-decoration: underline;
	font-weight: bold;
}

a.linkMenuCurso:link {
	font-size: 13px;
	color:#434343;
	text-decoration:none;
}
a.linkMenuCurso:visited {
	color:#434343;
	text-decoration:none;
}
a.linkMenuCurso:hover {
	color:#093b9d;
	text-decoration:none;
}
a.linkMenuCurso:active {
	color:#434343;
	text-decoration: underline;

}


body {
	color: #434343;
}
a {
	color: #434343;
	text-decoration: underline;
}
.TextoJustificado {
	text-align: justify;
}

a:hover {
	color: #093b9d;
	text-decoration: underline;
}
.TextoFundoEscuro {
	background-color: #495577;
	font-weight: bold;
	color: #FFF;
	border: 2px solid #495577;
	width: 350px;
	text-transform:uppercase;
	padding-left:10px;
}
