@charset "utf-8";
/* CSS Document */

ul.flowlist{
	margin: 0px;
	padding: 0px;
}


ul.flowlist li{
	list-style-type:none;
	display:inline;
	/*background-color:#3F3438;*/
}

.previousButton{
	cursor: pointer;
	float:left;
	color:#A82222;
	font-weight:bold;
	font-size:9pt;
}

.nextButton{
	cursor: pointer;
	float:right;
	color:#A82222;
	font-weight:bold;
	font-size:9pt;
}
