@charset "utf-8";

/* CSS Document */



/* BODY */

body {

	background-color: #FFFFFF;

	background-image: url(../images/bg.jpg);

	background-repeat: repeat-x;

	}



/* FONTS */	

.titulos {

	font-weight: bold;

	font-size: 11px;

	color: #b6b6b6;

	font-family: Tahoma;	

	}

	

.tituloazul {

	font-weight: bold;

	font-size: 16px;

	text-align: left;

	color: #004c9a;

	font-family: Tahoma;	

	}

	

.normal	{

	font-size: 11px;

	text-align: left;

	font-family: Tahoma;

	}



.texto	{
	font-size: 12px;
	text-align: left;
	font-family: Tahoma;
	color: #666666;

	}

	

.texto2{

	font-size: 12px;

	text-align: left;

	font-family: Tahoma;

	color: #000000;

	}

	

.select1red {

	font-weight: bold;

	font-size: 11px;

	color: #d9001c;

	font-family: Tahoma;	

	}



.cinzaescuro {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-family: Tahoma;

	}

	

.cinzaescuro2 {

	font-weight: none;

	font-size: 11px;

	text-decoration: none;

	color: #666666;

	font-family: Tahoma;

	}

	

.branco {

	font-size: 11px;

	text-decoration: none;

	color: #ffffff;

	font-family: Tahoma;

	}



.branco12 {

	font-size: 12px;

	font-weight: bold;

	color: #ffffff;

	font-family: Tahoma;

	}



.vermelho {

	font-size: 11px;

	color: #d9001c;

	font-family: Tahoma;

	}

	

.vermelhoescuro {

	font-weight: bold;

	font-size: 11px;

	color: #c10118;

	font-family: Tahoma;

	}

	

.azulescuro {

	font-weight: bold;

	font-size: 11px;

	color: #014d9b;

	font-family: Tahoma;

	}

	

.azulescuro12 {

	font-weight: bold;

	font-size: 12px;

	color: #014d9b;

	font-family: Tahoma;

	}



.cinzento {

	font-size: 11px;

	text-decoration: none;

	color: #b6b6b6;

	font-family: Tahoma;

	}

	

/* FORMS */

.input, .textarea, .select, .option {

	padding: 1px;

	padding-bottom: 2px;

	font-family: tahoma;

	font-size: 11px;

	color: #000000;

	letter-spacing: 1px;

	background-color: #ffffff;

	border: 1px solid #666666;

	}

.radio {

	padding: 1px;

	font-family: tahoma;

	font-size: 10px;

	color: #000000;

	letter-spacing: 1px;

	width: 50px;

	background-color: #ffffff;

	border: 1px solid #666666

	}

	

.botoes {

	padding: 1px;

	font-family: tahoma;

	font-size: 11px;

	letter-spacing: 1px;

	color: #ffffff;

	width: 50px;

	background-color: #b6b6b6;

	border: 1px solid #666666;

	}



/* LINKS */

a:link {

	text-decoration: none;

	color: #0080FF;

	font-family: Tahoma;

	}



a:visited {

	text-decoration: none;

	color: #0080FF;

	font-family: Tahoma;

	}

	

a:hover {

	text-decoration: underline;

	color: #0072cf;

	font-family: Tahoma;

	}



.class1 a:link {

	font-size: 11px;

	text-decoration: none;

	color: #003e81;

	font-family: Tahoma;

	}



.class1 a:visited {

	font-size: 11px;

	text-decoration: none;

	color: #003e81;

	font-family: Tahoma;

	}

	

.class1 a:hover {

	font-size: 11px;

	text-decoration: underline;

	color: #ffffff;

	font-family: Tahoma;

	}



.class2 a:link {

	font-size: 12px;

	text-decoration: none;

	color: #b6b6b6;

	font-family: Tahoma;

	line-height: 140%; 

	}



.class2 a:visited {

	font-size: 12px;

	text-decoration: none;

	color: #b6b6b6;

	font-family: Tahoma;

	line-height: 140%; 

	}

	

.class2 a:hover {

	font-size: 12px;

	text-decoration: underline;

	color: #b6b6b6;

	font-family: Tahoma;

	line-height: 140%; 

	}



.class3 a:link {

	font: bold 11px Tahoma;

	display:block;

	white-space:nowrap;

	margin:0;

	padding: 2px 0px 0px 0px;

	text-decoration: none;

	text-align: left;

	color:#b6b6b6;

	background:#fff;

	}



.class3 a:visited {

	font: bold 11px Tahoma;

	margin:0;

	padding: 2px 0px 0px 0px;

	text-decoration: none;

	color: #b6b6b6;

	}

	

.class3 a:hover {

	font: bold 11px Tahoma;

	margin:0;

	padding: 2px 0px 0px 0px;

	text-decoration: none;

	color: #666666;

	}

	

.menu1 {

	font-size: 11px;

	color: #666666;

	font-family: Tahoma;

	width: 150px;

	}



#marqueecontainer{

	position: relative;

	text-align: left;

	width: 160px; /*marquee width */

	height: 120px;

	overflow: hidden;

	padding: 2px;

	margin-left: 0px;

	padding-left: 0px;

}

