h1 {
	font-family: "basic-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #2e4a62;
	margin: 10px 0px;
}
h2 {
	font-family: "basic-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #2e4a62;
	margin: 10px 0px;
	margin-bottom: 5px;
}
h3 {
	font-family: "basic-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #2e4a62;
	margin: 5px 0px;
	margin-bottom: 5px;
}
h4 {
	font-family: "basic-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #2e4a62;
	margin: 5px 0px;
	margin-bottom: 5px;
}
p {
	color: #333333;
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin: 5px 0px;
	margin-bottom: 5px;
}

h5 {
	color: #2e4a62;
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin: 5px 0px;
	margin-bottom: 5px;
}
h6 {
	color: #777777;
	font-family: "basic-sans", sans-serif;
	font-weight: 200;
	font-style: normal;	
	font-size: 12px;
	margin: 5px 0px;
	margin-bottom: 5px;
}
body {
	color: #333333;
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	background-color: #F0EDE5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #2E4A62;
}
a:visited {
	color: #6B5B95;
}
a:hover {
	color: #9C9A40;
}
a:active {color: #d2691e;
}
li {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	list-style-position: outside;
	}
ul {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	list-style-position: outside;
	color: #333333;
	list-style-type: disc;
	margin: 5px 0px;
	margin-bottom: 5px;
}
dd {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}

dt {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}
ol {
	font-family: "basic-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	list-style-position: outside;	
	margin: 5px 0px;
	margin-bottom: 5px;
}
