@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : .8em;
	color: #333;
	}
	
.style1 {color: #6db33f}
.style2 {color: #FFFFFF}
.style5 {color: #FFFFFF; font-weight: bold;}
.style6 {
	color: #6db33f;
	font-weight: bold;
	font-size:130%;
}
.style7 {color: #6db33f}
.style8 {
	color: #ffffff;
	font-weight: bold;
	font-size:160%;}
.greenbg {
background:#6db33f
}
.lightbrownbg{
background:#FFE292
}
.greybg{
background:#FFF2D4;
}
.bluebg{
background:#AAB7DB
}

.style9 {
	color: #808080;
	font-weight: bold;
	font-size:160%;
	}
