
* {
	font-family: Trebuchet MS, Arial;
}

html {}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 25px;	
	color: #666666;
	background: #ffffff;	
}

body.print {
	background: #ffffff;
	padding: 30px;
}

h1, h1.title {
	font-size: 26px;
	line-height: 28px;

	font-weight: normal;
	letter-spacing: -2.2px;	
	font-family: Trebuchet MS;
	color: #006600;
	margin: 0px 0px 10px 0px;
}
h1 {
	letter-spacing: -1px;
}

h2, h2.section, h2.box-white, h2.box-moss {
	font-size: 18px;
	line-height: 20px;
	
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #006600;
	margin: 0px;
}

h2.box-white {
	color: #ffffff;
}
h2.box-moss {
	color: #005746;
}

h2.box-highlight {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	
	letter-spacing: -1px;
	color: #b9d300;
	margin: 0px;
	margin-bottom: 5px;
}

h3, h3.sub, h3.sub-gray {
	font-size: 22px;
	line-height: 22px;	
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #006600;
	margin: 0px;
	padding: 0px;
}

h3.sub-gray {
	color: #666666;
}

p {
	margin: 0px;
}
br { }
hr {
	height: 1px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9d300;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul {
	margin-top: 10px;
	list-style-type: square;
}
