@charset "utf-8";
html {
	min-height:100%;
}
body {
	font-size: 125%;
	color: black !important;
	min-height:100%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(149,204,162,0.89) 32%, rgba(149,204,162,0.8) 62%, rgba(237,237,237,0.67) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(32%, rgba(149,204,162,0.89)), color-stop(62%, rgba(149,204,162,0.8)), color-stop(100%, rgba(237,237,237,0.67)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(149,204,162,0.89) 32%, rgba(149,204,162,0.8) 62%, rgba(237,237,237,0.67) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(149,204,162,0.89) 32%, rgba(149,204,162,0.8) 62%, rgba(237,237,237,0.67) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(149,204,162,0.89) 32%, rgba(149,204,162,0.8) 62%, rgba(237,237,237,0.67) 100%);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(149,204,162,0.89) 32%, rgba(149,204,162,0.8) 62%, rgba(237,237,237,0.67) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
p {
		font-size: 125%;
	color: black !important;
}