* {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	margin: 20px 0px 0px 20px;
	width: 630px;
}
p {
	padding-bottom: 8px;
}
ul {
	margin-left:20px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	padding-bottom: 8px;
}
ul ul {
	margin-left:20px;
	list-style-type:square;
}
ul ul ul {
	margin-left:20px;
	list-style-type: circle;
}
h1 {
	font-weight:bold;
	padding-bottom: 8px;
}
h2 {
	font-weight:bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
h3 {
	font-weight:bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
h4 {
	font-weight:bold;
	padding-bottom: 8px;
	/*font-style:italic;*/
}
.headline {
	font-weight: bold;
	margin-top:8px;
}
table {
	
}
table td {
	vertical-align:top;
	padding: 3px;
}
table ul {
	margin-right: 5px;
	margin-top: 5px;
}
.bottomBorderBlack {
	border-bottom: #000000 thin;
}
.white {
	color: #FFFFFF;
}
.writingArea {
	margin-top:20px;
}
.right {
	text-align: right;
}
.blueText {
	color:#0066CC;
}
.lightBlueText {
	color:#769CE2;
}
.tealText {
	color:#33CC99;
}
.greenText {
	color: #005500;
}
.pinkText {
	color:#CC3399;
}
.redText {
	color: #CC0033;
}
.yellowText {
	color:#FF9900;
}
ul.checklist{
	list-style-type: circle;
}
.smallCaps {
	font-size:.75em;
}