/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: none;
	color: #F92B25;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}

.titulos-blue {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #588fc8;
}

.titulos-red {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #bc211c;
}
.outline5 {
	border: 5px solid #CCCCCC;
}
.form-bxs {
	width: 260px;
	border: 1px solid #466085;
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
}