@charset "utf-8";
/* global styles */

html, body {
	background-color: rgba(255,255,255,1.00);
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
p {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	padding: 0;
}
.h1 {
	font-size: 24px;
	color: #2D4100;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 6px;
}
.h2 {
	font-size: 24px;
	color: #2D4100;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}
.h3 {
	font-size: 14px;
	color: #336600;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.h4 {
	font-size: 28px;
	color: #336600;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	padding-bottom: 6px;
}

a:link {
	color: rgba(255,80,40,1);
	-webkit-transition: all .3s ease-in-out .2s;
	-moz-transition: all .3s ease-in-out .2s;
	-o-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s;
	-ms-transition: all .3s ease-in-out 0s;
	cursor: pointer;
	text-decoration: underline;
}
a:visited {
	color: rgba(230,0,0,1);
}
a:hover {
	color: rgba(255,200,0,1);
}
a:active {
	color: #FF6633;
}
.clear-fix { clear: both; line-height: 1px; }
