.mainTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color:#FFFFFF;
}
img.header{
	border: 0px;
}
img{
	border: #999999 dashed 2px;
	padding: 4px;
}

body{
	background:#F3F3F3;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

p{
	text-indent:2.0em;
}

.textContainer {
	color:#000000;
	background:#DDDDDD;
	border: solid 1px #999;
	padding: 10px;
	margin: 20ox;
} 

.milestone{
	background: #FFFAC3;
	border: 1px solid #CCCC66;
	padding: 10px;
	margin: 20px;
}

.note{
	background:#FFA8A5;
	border: 1px solid #CC0000;
	padding: 10px;
	margin: 20px;
}


ol.CapLetter{
	list-style:upper-alpha;
	line-height:1.8em;
}

ol.numbers{
	list-style: none;
	line-height: 1.8em;
}.alink {
	text-decoration:none;
	color:#003399;
}
