@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#61D600;
	/*background-color:#4faa04;*/
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
.txt_bold 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	line-height:18px;
}
.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:18px;
}
.txt_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	line-height:18px;
}
.login_txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
}
.HEDDER {
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size: 16px;
	color: #0066FF;
	line-height:25px;
	font-weight:bold;
}
.bg{
	background-image: url(images/app_bg_bot.png);
	background-repeat: no-repeat;
	background-position:bottom;
	}