/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	text-align: left;
}
.style1white {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}
A:link, A:visited { color: #ffffff;}
.style2gris {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
.style2red {
	font-family: Tahoma;
	font-size: 10px;
	color: #AB250D;
	text-align: left;
}
.style3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #999999;
	text-align: left;
	line-height: 16px;
}
.style3white {
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}
.style4 {
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}