/* HTML TAGS */
html {
	overflow-y:scroll !important;
}
html,body {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-color:#ECECEC;
}
body,td,th,div {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
table,img {
	border:none;
}
form,ul,li {
	margin:0;
	padding:0;
}
a {
	color:#125E1C;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#125E1C;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#125E1C;
	text-transform:uppercase;
}
input {
	border:1px solid #7F9DB9;
	padding:2px;
	background-color:#FFF;
}
