body {
	background-color: #ffffff;
	margin: 20px;
	font-family: Verdana;
}

.main {
	font-size: 12px;
	color: #202020;
}

.left {
	font-size: 11px;
	color: #707070;
}

.text {
	font-size: 12px;
	color: #202020;
}

hr {
	border: 0px;
	color: #202020;
	background-color: #202020;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	background-color: #CC0000;
	font-size: 14px;
	font-weight: bold;		
	color: #ffffff;
	padding: 5px;
}

h2 {
	background-color: #009900;
	font-size: 14px;
	font-weight: bold;		
	color: #ffffff;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.link_country {
	font-size: 10px;
	color: #202020;
}

.link_country_red {
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

.link_country_orange {
	font-size: 11px;
	color: #FF8C00;
	font-weight: bold;
}

.link_country_green {
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}


.news_count {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}


#bggrey {
	background-color: #202020;	
}


#bggreen {
	background-color: #009900;	
}


#bgred {
	background-color: #CC0000;	
}

#bgorange {
	background-color: #FF8C00;	
}

#bogrey {
	border: 2px solid #202020;
}


#bogreen {
	border: 2px solid #009900;
}

#bored {
	border: 2px solid #CC0000;
}

#boorange {
	border: 2px solid #FF8C00;
}

.button {
	background-color: #202020;
	font-size: 10px;
	font-weight: bold;		
	color: #ffffff;
	text-decoration: none;
	width: 110px;
	padding-top: 2px;
	height: 16px;
	display: block;
	text-align: center;
}






#meter_container {
  font-size: 13px;
  font-family: arial, sans-serif;
}

#meter_container table {
  width: 100%;
}

.meter_header {
  font-weight: bold;
  
  padding-right: 4px;
  text-align: right;
  
}

.meter_bar {
  width: 99%;
  padding-bottom: 2px;
  font-size: 10px;
}


.meter_used {
  background: #CC0000;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

.meter_used2 {
  background: #FF8C00;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

.meter_available {
  background: #009900;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
