img{
	border: 0px;
}

select,input{
	font-family: Arial, "Lucida Sans Unicode","Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 11px;
	border: 1px solid #9EC7CF;
}



body,td {
	font-family: Arial, "Lucida Sans Unicode","Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 14px; 
	color: #333;
	line-height: 24px; 

}

form{
	display:inline;
}
a{
	/*text-align:left;*/
	font-weight: bold;
	text-decoration:none;
	color:#1F480B;
	
}
a:hover{
	text-decoration:none;
	color:#6FAE51;
}

h1{
	font-size: 22px;
	
	font-weight:normal;
	margin-bottom: 2px;
}

h2{
	font-size: 17px; 
	
	font-weight:normal;
	margin-top: 0px;
}

h2 a{
	font-weight:normal;
}

h3{
	font-size: 13px; 
	font-weight:bold;
	margin: 0px;
}

hr{
	border: 0;
	width: 100%;
	height: 1px;
	color: #B9B9B9;
	background-color: #B9B9B9;
}


blockquote{
	padding: 15px;
	border: 1px dashed #ccc;
}

li{
	list-style-type: square;
	
}


.greybox{
	background-color:#E2E2E2; 
	border:1px solid #B9B9B9; 
	padding:25px;
	text-align: left;
}
