.background {
	background-attachment: scroll;
	background-image: url(img/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.texto_corrido {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.borders {
	border: 5px dashed #CCCCCC;
}
.texto_corrido_link {

	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.border_thin {
	border: 1px solid #CCCCCC;
}
.forms {
	background-color: #F7F7F7;
	border: 1px dashed #CC0000;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #990000;
}
.form_button {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: none;
}
.menu_txt {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
.mini_boxes {
	width: 40px;
}
