/* CSS Document */
@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-position: center top;

}
td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;

}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;

}
a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #C10100;

}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #000000;

}

/* MENU ######################################################################################################## */

.menu a:link {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.menu a:visited {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.menu a:hover {
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFD52B;

}
.menu a:active {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}

/* COR 1 ######################################################################################################## */
.cor1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
p {
	margin: 5px;
}

.cor1 a:link {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.cor1 a:visited {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.cor1 a:hover {
	text-decoration: underline;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #666666;

}
.cor1 a:active {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
/* COR 2 ######################################################################################################## */
.cor2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #FFF;
}
.cor2 a:link {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #000000;

}
.cor2 a:visited {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #000000;

}
.cor2 a:hover {
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;

}
.cor2 a:active {
	text-decoration: none;
	font-family: Verdana, Verdana, Arial;
	font-size: 12px;
	color: #000000;

}

 /*Formulários ######################################################################################### */
input {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
.bg {
	background-image: url(imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
