html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	/* Color of background outside wrapper */
	background-color:#ffffff;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	/* Text color of body content */
	color: #001f3e;
}

.menu a:link, .menu a:hover, .menu a:visited {
	display:block;
	background-color:#50463d;
	color:#fafe9d;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-bottom:4px;
}
.menu a:hover {
	color:#ff6600;
	}

a, a:link {
	color:#3266cc;
	text-decoration:underline;
	text-align:center;
	margin-bottom:4px;
}
a:hover {
	color:#ff6600;
	}
	
p, ul, ol {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color: #504631;
	padding:6px;
	}
ol, ul, li {
	padding:0;
	margin-left:20px;
	}
	
h1 {
	color:#50463d;
	font-size:16pt;
	padding:6px;
	}
	