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

/* --------------- global styles ----------------- */

html body {
	background: #ffffdd;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0
}

p {
	color:#603913; 
	font:11pt "Ariel", sans-serif;
	line-height:150%
}

h2 {
	color:#d34f1d; 
	font: 23pt "Rockwell", sans-serif;
}

h2#greeting {
	color:#d34f1d; 
	font: 16pt "Rockwell", sans-serif
}

h3 {
	color:#018184; 
	font: 14pt "Rockwell", sans-serif
}

h4 {
	color:#603913; 
	font: bold 12pt "Ariel", sans-serif
}

a { 
	color:#603913; 
	font:10pt "Ariel", sans-serif;
	outline:none
}

a:hover {color:#d34f1d}

li {
	color:#603913; 
	font:11pt "Ariel", sans-serif}



