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

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
table,th,td,input,textarea,select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, li {
	line-height: 1.25em;
}


h1 {
	font-size: 1.66em;		/* 20px */
	margin-bottom: 0.75em;	/* 15px */
	font-weight: normal;
	color: #002D1D;
}
h2 {
	font-size: 1.25em;		/* 15px */
	margin-bottom: 0.93em;	/* 15px */
	color: #666666;
}
h3 {
	font-size: 1em;			/* 12px */
	margin-bottom: 0;			/* 15px - 1.25 */
}

p {
	color: #333333;
}
p, ul {
	margin-top: 0;
	margin-bottom: 1.25em;	/* 15px */
}
ul {
	margin-left: 2.08em;
}
li ul {
	margin-bottom: 0;
}

a:link, a:visited, a:active {
	color: #556e00;
}
a:hover, a:focus {
	color: #88a300;
}

hr {
	height: 1px;
	margin-bottom: 1.25em;
}
