.footer {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6A9706;
	background-repeat: repeat;
	background-position: top;
	font-size: 12px;
}
.logo {
	background-color: #010101;
	background-repeat: no-repeat;
}
.nav {
	background-color: #6F9D06;
	text-decoration: none;
}
.mainbody {

}
.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


.blackBackground {
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textjust {
	color: #FFFFFF;
	text-align: justify;
	font-size: small;
	padding-right: 15px;
	padding-left: 15px;
}
.nava {
	color: #86BA00;
	text-decoration: none;
	font-size: 12px;
}
.nava:hover {
	color: #FF0000;
	text-decoration: none;
}

.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D9D06;
}
.textbox {
	background-color: #6D9D06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.small_text {
	font-size: 11px;
	color: #86BA00;
	text-decoration: none;
}
.yellow {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.green {
	color: #9AD500;
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
}
.htags {
	font-size: 13px;
	color: #A6D922;
	text-align: justify;
	padding-left: 15px;
	font-weight: bold;
}
.table-text-home-page {
	width: 425px;
	vertical-align: top;
}
#popupfade {
	position: fixed;
	top:0px;
	left:0px;
	background: url(images/fade.png) top left repeat;
	z-index: 100000;	
}
#apppopup { 
	margin: 0px auto; 
	width: 590px;
	height: 393px;
	overflow: hidden;
	display: none; 
	position:fixed; 
	top:-1000px;
	left: 0px; 
	z-index: 100001;
}

#apppopup #closebut {
	position: relative;
	top: 10px;
	left: 550px;
	width: 25px; 
	height: 25px;
	cursor:pointer;
}
#apppopup div.appback {
	background: url(images/android-app.png) center center no-repeat;
	width: 100%;
	height: 383px;
	margin: 0px auto;
	display: block;
}
#apppopup #appclick {
	position: relative;
	top: 257px;
	left: 76px;
	width: 180px;
	height: 43px;
	display: block;
	cursor: pointer;
}

