#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #FFF;
}
body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.margin16above {
	margin-top: 16px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #222222;
	
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #111111;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	
}

.subtext {
	font-size: 12px;
	color: #111111;
	font-style: italic;
}
a {
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000066;
}

a:active {
	color: #000;
}





.margin16below {
	margin-bottom: 16px;
}
