@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#CCCCCC;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulo {
	font: Tahoma;
	color: #C60000;
	font-size: 20px;
	font-weight: normal;
}
.nota {
	font: Tahoma;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
.titulo2 {
	color: #C60000;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
}
.titulo2 a{
	color: #C60000;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	text-decoration:none;
}
.titulo2 a:hover{
	color: #C60000;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
}
.titulo4 {
	font-family:Tahoma;
	text-transform:uppercase;
	color: #C60000;
	font-size: 22px;
	font-weight: bold;
}

.titulo3 {
	font-family:Tahoma;
	color: #C60000;
	font-size: 26px;
	font-weight: bold;
	font-style:normal;
}
.texto {
	font-family: Tahoma;
	font-size: 16px;
	line-height:18px;
	color: #333333;
	line-height: 20px;
	font-weight:normal;
	text-align:justify;
}
.texto_menor{
	font-family: Verdana;
	font-size: 13px;
	line-height:18px;
	color: #333333;
	line-height: 16px;
	font-weight:normal;
	text-align:justify;
	
}
.texto_menor a{
	font-family: Verdana;
	font-size: 13px;
	line-height:18px;
	color: #333333;
	line-height: 16px;
	font-weight:normal;
	text-align:justify;
	text-decoration:underline;
	
}

.texto2 {
	font-family: Tahoma;
	font-size: 16px;
	color: ;
}
.texto_curso {
	font-family: verdana;
	font-size: 13px;
	color: #C60000;
}
.destaque {    
	font-size: 16px;
	color: #990000;
	font-style: italic;
}
.destaque2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E80000;
	font-style: italic;
}
.destaque_opiniao {
	font-size: 18px;
	color: #990000;
}
.megatoc {
	color: #BE2327;
	font-weight: bold;
}
.bt_buscar {
	FONT-SIZE: 12px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #cccccc;
	background-image:url(../imagens/bg_bt.jpg);	
	width:60px;
	height:25px;
}
.textarea, option, select, input, button {
	font-family: Verdana;
	font-weight:bold;
	FONT-SIZE: 13px;
	background-image:url(../imagens/bg_forms.jpg);
	color:#CC0000;
	border:solid #b6b6b6 1px;
}
