@charset "utf-8";
/* CSS Document */
.green{
 	width:0%;
	background:url(../images/green.png) repeat-x;
}

.hundredpercent{
	width:100%;
	background:url(../images/green.png) repeat-x;
}

.ninetyfive-percent{
	width:95%;
	background:url(../images/green.png) repeat-x;
}

.ninetypercent{
	width:90%;
	background:url(../images/green.png) repeat-x;
}

.eightyfivepercent{
	width:85%;
	background:url(../images/green.png) repeat-x;
}

.eightypercent{
	width:80%;
	background:url(../images/green.png) repeat-x;
}

.seventyfivepercent{
	width:75%;
	background:url(../images/green.png) repeat-x;
}

.seventypercent{
	width:70%;
	background:url(../images/green.png) repeat-x;
}

.sixtyfivepercent{
	width:65%;
	background:url(../images/green.png) repeat-x;
}

.sixtypercent{
	width:60%;
	background:url(../images/green.png) repeat-x;
}

.fiftyfivepercent{
	width:55%;
	background:url(../images/green.png) repeat-x;
}

.fiftypercent{
	width:50%;
	background:url(../images/green.png) repeat-x;
}

.fortyfivepercent{
	width:45%;
	background:url(../images/green.png) repeat-x;
}

.fortypercent{
	width:40%;
	background:url(../images/red.png) repeat-x;
}

.thirtyfivepercent{
	width:35%;
	background:url(../images/red.png) repeat-x;
}

.thirtypercent{
	width:30%;
	background:url(../images/red.png) repeat-x;
}

.twentyfivepercent{
	width:25%;
	background:url(../images/red.png) repeat-x;
}

.twentypercent{
	width:20%;
	background:url(../images/red.png) repeat-x;
}

.fifteenpercent{
	width:15%;
	background:url(../images/red.png) repeat-x;
}

.tenpercent{
	width:10%;
	background:url(../images/red.png) repeat-x;
}

.fivepercent{
	width:5%;
	background:url(../images/red.png) repeat-x;
}

.zeropercent{
	width:0%;
	background:url(../images/red.png) repeat-x;
}
