/* Have same body as message board to avoid conflict */
body {
	background-color: #E5E5E8;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
}

div.FLOWStyle a:link {
	color: blue;
	text-decoration: underline;
	font-family: Times;
}
div.FLOWStyle a:visited {
	color: maroon;
	text-decoration: underline;
	font-family: Times;
}
div.FLOWStyle a:hover {
	color: black;
	text-decoration: underline;
	font-family: Times;
}
div.FLOWStyle a:active {
	color: red;
	text-decoration: underline;
	font-family: Times;
}
div.FLOWStyle table {
	background-color: white;
	padding: 5px;
	border: 1px solid #000000;
	width: 100%;
	font-family: Times;
}

div.FLOWStyle td {
	padding: 0px;
	font-family: Times;
}

div.FLOWStyle P, ul, ol, h1, h2, h3, h4 {
	margin-top: 0;
	margin-right: 150;
	margin-bottom: 0;
	margin-left: 150;
	background: white;
	font-family: Times;
}

div.FLOWStyle ul ul, ol ol {
	margin-left: 0;
	margin-right: 0;
	font-family: Times;
}

div.FLOWstyle * {
	font-family: Times;
}


div.FLOWStyleThreeCol P, ul, ol, h1, h2, h3, h4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: white;
	font-family: Times;
}

