<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:635px;
	height:31px !important;
	margin:0 !important;
	padding:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	background-color: #6D93D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* single tab */
#flowtabs li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	/*background: url(../images/blue_panes.jpg) no-repeat;*/
	display:block;
	height: 31px;
	width: 156px;
	margin:0px;
	/* font decoration */
	color:#333333;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	line-height: 115%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: middle;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{
	background-position: -156px 0;
}
#flowtabs #t3 			{
	background-position: -313px 0;
}
#flowtabs #t4 			{
	background-position: -469px 0;
}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#fff;
	display:block;
	height: 31px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }


/* panes */
#flowpanes {
	width:625px;
	height:620px;
	/*background-image: url(../images/blue_panes.jpg);
	background-repeat: no-repeat;
	background-position: 0 -100px;*/
	border: 1px solid #FFFFFF;
	background-color: #000000;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:18px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

#flowpanes a {
	color:#CCCCCC;
	font-size: 11.5px;
}

#flowpanes p, #flowpanes samp {
	color:#E44CB2;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 10px;
	font-style: normal;
}

#flowpanes .narrow {
	padding-right:160px;		
}
</pre></body></html>