@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}

html, body{
	height:100%;
	width:100%;
	background-color:#fff;
	}
h1{
	color:#1D8555;
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	font-style: normal;
	}
p{
	color:#000000;
	font-size:12px;
	display:block;
	line-height:20px;
	margin-bottom:15px;
	}
	h2{
	color:#000000;
	font-size:10px;
	display:block;
	margin-bottom:15px;
	font-style: normal;
	}
