html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #EAF4E9;
	margin:0px 0px 0px 0px; /* TOP RIGHT BOTTOM LEFT */
}
body,tr,td,select,input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
}
iframe{
	border:0px;
}
select,input,textarea{
	margin:0px;
	border:1px #CBE3C6 solid;
	background-color:#EAF4E8;
	padding:2px;
	clear:both;
	position:relative;
	width:100%;
	margin-bottom:8px;
	margin-top:2px;
}
input.image{
	margin:0px;
	border:0px #CBE3C6 none;
	background-color:;
	padding:2px;
	clear:both;
	position:relative;
	width:156px;
	height:24px;	
	margin-bottom:8px;
	margin-top:2px;
}
textarea{
	height:120px;
	overflow:auto;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
img{
	border:none;
}
p{
	margin:0px 0px 8px 0px;
}
form{
	margin:0px;
}
table,tr,td{
	border:0px;
}
