/* CSS Document */
a:focus, a:hover, a:active { outline:none }
body{
	background-color: #00a25f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	text-decoration : none;

}
.txtGrey{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	text-decoration : none;

}
.txtGrey:hover{
	color:#00a25f;
	}
.textgrey{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:18px;
	text-decoration : none;

}
.textWhite{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:13px;
	text-decoration : none;
}
.textvgreen{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#00a25f;
	line-height:18px;
	text-decoration : none;
}
.txtGreen{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#00a25f;
	line-height:18px;
	text-decoration : none;
}
.txtGreen:hover{
	color:#333333;
}
.textcopy{
	font-family:Arial,tahoma, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:12px;
	text-decoration : none;

}
input,textarea,select
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
}

.radio 
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #fff5e4;
}
.check 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #fef2e0;
}
.check2
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #9ed1c6;
}

#underline{	text-decoration : underline;}
#white { color: #ffffff; }
#bold { font-weight: bold; }
#big { font-size: 12px; }
#minor { font-size: 10px; }
#lightB { color: #67819c; }
#line{line-height:14px;}
#big11 { font-size: 11px; }
#orange { color: #e4a253; }
#line{line-height:16px;}
