body {
	font-family: Arial, Tahmoa, Verdana, Helvetica;
	background-color: #4bff63;
	color: #0a252b;
	margin: 20px;
	background-image: linear-gradient(to right, #88fc98, #4bff63, #4bff63, #4bff63,#4bff63,#4bff63, #a2faae);	


}


h4 {
	font-size: 28px;	
	background: #37d234;
	margin-bottom: 0;
	line-height: 55px;
	background-image: linear-gradient(to bottom, #37d234, #37d234, #37d234, #188016);	
	padding-left: 14px;

}

a {
	color: #0a752b;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;		
}


.sitebanner {	
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #0a252b !important;
	color: #ffffff;
	width: 100%;
	padding: 4px;
	font-family: Tahoma, Helvetica;	
	font-size: 29px;
	text-align: center;
}

li {
	padding-bottom: 3px;
}

.sitefooter{	
	width: 100%;
	border-top: 1px solid #37d234;	
	padding: 4px;
	text-align: center;
	color: #37d234;
}

.toplogo {
	padding-top: 2px;
	padding-right: 20px;
}

.crumb {
	color: #27d224;
	text-decoration: none;
	font-size: 12px;	
}

td {
	padding: 0px;
}

table {
	border-spacing: 0;
}



.fileuploadtbl {
	padding: 5px;	
	border: 2px solid #0a252b;	
	border-radius: 16px;
	box-shadow: 8px 8px 16px rgba(0,0,0,.28) !important;
	background-image: linear-gradient(to bottom, #4bff63,#4bff63,#43e058);
}

.maintbl td {
	

	
}

.fileuploadtbl td {
    font-family: Arial, Tahmoa, Verdana, Helvetica;	
	font-size: 16px;
	padding-right:8px;
	padding-left: 8px;
	border-bottom: 1px solid #37d234;	
	
}

.fileuploadtblX th {
	font-size: 24px;	
	background: #0a252b;
	color: #ffffff;	
	margin-bottom: 0;
	line-height: 42px;
	padding-right: 2px;
	padding-left: 11px;	
	border-radius: 11px 11px 0px 0px;
}

.fileuploadtbl th {
	font-size: 24px;	
	background: #37d234;
	margin-bottom: 0;
	line-height: 42px;
	background-image: linear-gradient(to bottom, #37d234, #37d234, #37d234, #188016);	
	padding-right: 2px;
	padding-left: 11px;	
	border-radius: 11px 11px 0px 0px;
}

input, textarea, select {
	font-family: Arial, Tahmoa, Verdana, Helvetica;
	font-size: 16px;
	font-weight: normal;
	background-color: #8bff93;
	color: #0a252b;
	margin: 20px;
	border: 1px solid #27d224;	
	border-radius: 4px;
	margin: 4px;
	padding: 8px;
}

input:hover, textarea:hover, select:hover{
	background-color: #ffffff;
}

.tblalert {
	background: #fcfcb8;
	background-image: linear-gradient(to bottom right, #c2c29f, #f9faac, #f9faac, #ffffdf);
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border: 0px;
	padding: 30px;
	box-shadow: 5px 15px 16px rgba(0,0,0,.7) !important;
	padding-bottom: 50px;
	transform: rotate(-1deg);
}

.tblalert td{
	border-bottom: none;
}


.tdh td{
	font-size: 15px;	
	font-weight: bold;
	background: #0a252b;
	color: #ffffff;	
	margin-bottom: 0;
	border: 0px solid #4bff63;
	text-align: center;
	padding: 6px;
	border-radius: 0px;	
}

.hdrtbl {
	table-layout: fixed;
}

input[type=submit] {
	font-family: Arial, Tahmoa, Verdana, Helvetica;
	font-size: 14px;
	font-weight: normal;
	background-color: #0a252b;
	border: 1px solid #4bff63;	
	color: #4bff63;
	margin: 20px;
	border-radius: 11px;
	padding: 12px;
}

input[type=submit]:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}


.intropg a {
	color: #0a252b;
	width: 100%;
	padding: 60px;
	font-family: Tahoma, Helvetica, Verdana;	
	font-size: 42px;
	text-align: center;
	text-decoration: none;
	
}