@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #333333;
}


td {
	font-size: 12px;
}

th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FF0;
	font-weight: bold;
	
}


.text-Red {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}


.text-Amber {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
}

.text-Amber-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #F90;
	font-weight: bold;
}

.text-Green {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0F0;
	font-weight: bold;
}


.text-Green-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0F0;
	font-weight: bold;
}


.text-Black-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.text-Red-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}

.text-Yellow {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0;
	font-weight: bold;
}


.text-Yellow-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.text-Blue {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #09F;
	font-weight: bold;
}

.text-Blue-big {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #09F;
	font-weight: bold;
}

.text-small {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.text-medium {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.text-big {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.text-xbig {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
}

.highlightline{
	background-color: #FFF;
	color: #000;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 18px;
}
.container .content table {
	font-weight: normal;
	text-align: center;
}
