@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	line-height: 1.2em;
	background-color: #ebf1de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #262626;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

p {
	margin-bottom: 12px;
}

.navText {
	font-weight: bold;
}

#conBox {
	width: 570px;
	margin-left: 21px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #262626;
}
