@charset "UTF-8";
/* CSS Document */

input.signup {
	color:#CCCCCC;
	width: 50px;
	height: 18px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #4D4D4D;
	border-top-color: #4D4D4D;
	border-right-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	border-left-color: #4D4D4D;
	cursor: pointer;
}
input.signup:hover {
	color:#CCCCCC;
	width: 50px;
	height: 18px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #333333;
	border-top-color: #4D4D4D;
	border-right-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	border-left-color: #4D4D4D;
	cursor: pointer;
}
input.continue {
	color:#CCCCCC;
	width: 65px;
	height: 18px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #4D4D4D;
	border-top-color: #4D4D4D;
	border-right-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	border-left-color: #4D4D4D;
	cursor: pointer;
}
input.continue:hover {
	color:#CCCCCC;
	width: 65px;
	height: 18px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #333333;
	border-top-color: #4D4D4D;
	border-right-color: #4D4D4D;
	border-bottom-color: #4D4D4D;
	border-left-color: #4D4D4D;
	cursor: pointer;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 11px;
	font-weight: bold;
	color: #EBEBEB;
}
a.style3:visited {
	font-size: 11px;
	font-weight: bold;
}	
.linkCustom {
	font-size: 11px;
	font-weight: bold;
	color: #EBEBEB;
	text-decoration: underline;
}
.style4 {
	font-size: 10px;
	color: #CCCCCC;
}
.style6 {
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
}
.copyright {
	font-size: 9px;
	color: #CCCCCC;
}
.linkTerms {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}.DateNews {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.News {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
.News:hover {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.News:visited {
	font-size: 10px;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
}
.TexteNormal {
	font-size: 10px;
	font-weight: normal;
	color: #EBEBEB;
}
.NewsBig {
	font-size: 13px;
	font-weight: bold;
	color: #EBEBEB;
}
.MsgErr {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
