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

/* Typography */

p {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2em;
	word-spacing: normal;
	letter-spacing: 1.1pt;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	
}

p.footer {
			color: #fffde2;
			margin-bottom: 5px;
			margin-top: 5px;
			font-size: 9px;
			text-align: center;
		}
		
p.center {
			text-align: center;
		}

p.quote {
			font-style: italic;
		}

A:link {text-decoration: underline; color: #fffedf;}
A:visited {text-decoration: underline; color: #fffedf;}
A:active {text-decoration: underline; color: #fffedf;}
A:hover {text-decoration: underline; color: #7B9D25;}

h1 {
	font-family: verdana,sans-serif;
	color: #fffedf;
	/* background-color: #dfba69; */
	font-size: 1.1em;
	/* font-weight: normal; */
	letter-spacing: 1.1pt;
	word-spacing: 0pt;
	margin: 0px;
	margin-bottom: -10px;
	padding: 0px;

	}
	
h2 {
	font-family: verdana,sans-serif;
	/* background-color: #dfba69; */
	font-size: 1em;
	/* font-weight: normal; */
	letter-spacing: 1.1pt;
	word-spacing: 0pt;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: -5px;
	padding: 0px;

	}
	
strike {
	text-decoration: line-through;
	}	

table {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2em;
	word-spacing: normal;
	letter-spacing: 1.1pt;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	
}