/*base font settings
------------------------------------*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 1em 0em -.2em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #295708;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 1.2em 0em 0em 0em;
	font-weight: normal;
	color: #295708;
}

h3 {
	font-size: 1.2em;
	margin: 0 0em -.2em 0em;
	font-weight: bold;
	color: #222;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
	color: #000;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}
		
/* Text link styles
------------------------------------*/

a {
	color: #295708;
}

a:visited {
	color: #295708;
}

a:active {
	text-decoration: none;
	color: #295708;
}
	
a:hover {
	text-decoration: none;
	color: #3D810C;
}