/* CSS Document */
body {
	background-image: url(images/background.jpg);
}
a {
color: #0000CC;
text-decoration: none;
}
a:hover {
color: #990033;
text-decoration: underline;
}
.text-big {font-family: Verdana; font-weight: bold; font-size: 26px}
.text-big-color {font-family: Verdana; font-weight: bold; font-size: 26px; color: #FFFFFF}
.text-info {
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.text-1 {
	font-family: Verdana;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.text-2 {
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}
.text-color1 {
	font-family: Verdana;
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
}
.text-color2 {
	font-family: Verdana;
	color: #FFFF33;
	font-weight: bold;
	font-size: 12px;
}
.text-barra {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.text-footer {
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.text-info2 {
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
