

	/* lay-out */
	html {
		height : 100%;
		overflow : hidden;
	}
		body {
			height : 100%;
			padding : 0em 0em 0em 0em;
		}


	/* default.php */
	#channelSection {
		background : #2a2a2a url(../images/shinyButton_link.png) no-repeat 0px 0px;
		bottom : 0px;
		left : 0px;
		position : absolute;
		right : 0px;
		top : 0px;
		/* For MSIE */
		_height : 580px;
		_left : -10px;
		_margin : 16px auto 16px auto;
		_position : relative;
		_width : 1008px;
	}
		#channelHeader {
			background : #000000 url(../images/channelItem_showcase.jpg) no-repeat 0px 0px;
			border-top : solid 1px #333333;
			display : block;
			height : 120px;
			left : 0px;
			overflow : hidden;
			position : absolute;
			right : 0px;
			top : 25px;
			/* For MSIE */
			_width : 100%;
		}
			#channelTitle {
				display : none;
			}
				#channelTitle a {}
				#channelTitle a:link,
				#channelTitle a:visited {}
				#channelTitle a:hover,
				#channelTitle a:active {}
			#channelImage {
				float : left;
				height : 120px;
				width : 256px;
			}
			#channelDescription {
				color : #ffffff;
				float : left;
				padding : 16px 16px 16px 20px;
			}
				#channelDescription img {
					display : none;
				}
				#channelDescription p {}
		#channelItems {
			background : #2a2a2a url(../images/shinyButton_link.png) no-repeat 0px -32px;
			border : solid 1px #333333;
			bottom : 25px;
			display : block;
			left : 0px;
			overflow : auto;
			padding : 0px;
			position : absolute;
			right : 0px;
			top : 152px;
			z-index : 128;
			/* For MSIE */
			_width : 1006px;
			_height : 402px;
			_bottom : auto;
		}
			#channelItem {
				background : #ffffff url(../images/button_passive.png) no-repeat 0px 0px;
				border : solid 1px #333333;
				clear : both;
				margin : 16px 16px 16px 16px;
				min-height : 128px;
				padding : 16px;
				_height : 128px;
			}
				#channelItemHeader {
					margin : 0px auto 0px auto;
					max-width : 70em;
					min-width : 60em;
					_width : 60em;
				}
					#channelItemHeader h1 {
						padding-right : 140px;
					}
						#channelItemHeader h1 a {}
						#channelItemHeader h1 a:link,
						#channelItemHeader h1 a:visited {
							color : #000000;
							text-decoration : none;
						}
						#channelItemHeader h1 a:hover,
						#channelItemHeader h1 a:active {
							color : #000000;
							text-decoration : none;
						}
				#channelItemArticle {
					margin : 0px auto 0px auto;
					max-width : 70em;
					min-width : 60em;
					_width : 60em;
				}
					#channelItemArticle img.illustration {
						border : solid 1px #333333;
						margin-top : -1.5em;
					}
					#channelItemArticle p {}
					#channelItemArticle h2.clear {}
				#channelItemComments {
					display : none;
					margin : 0px auto 0px auto;
					max-width : 70em;
					min-width : 60em;
					_width : 60em;
				}
					#channelItemComments h2 {}
					#channelItemComments dl {}
					#channelItemComments fieldset {}
						#channelItemComments fieldset legend {}
						#channelItemComments fieldset table {}
							#channelItemComments fieldset table thead {}
								#channelItemComments fieldset table thead tr {}
									#channelItemComments fieldset table thead tr td {}
										#channelItemComments fieldset table thead tr td input {}
							#channelItemComments fieldset table tfoot {}
								#channelItemComments fieldset table tfoot tr {}
									#channelItemComments fieldset table tfoot tr td {}
										#channelItemComments fieldset table tfoot tr td button {}
							#channelItemComments fieldset table tbody {}
								#channelItemComments fieldset table tbody tr {}
									#channelItemComments fieldset table tbody tr th {
										padding-left : 0px;
									}
										#channelItemComments fieldset table tbody tr th label {}
									#channelItemComments fieldset table tbody tr td {}
										#channelItemComments fieldset table tbody tr td input {
											width : 256px;
										}
										#channelItemComments fieldset table tbody tr td textarea {
											width : 256px;
										}
										#channelItemComments fieldset table tbody tr td img.captchaImage {
											vertical-align : middle;
										}
										#channelItemComments fieldset table tbody tr td input.captchaText {
											vertical-align : middle;
											width : 194px;
										}
				#channelItemFooter {
					margin : 0px auto 0px auto;
					max-width : 70em;
					min-width : 60em;
					_width : 60em;
				}
					#channelItemFooter ul.footNote {
						margin : 0px;
					}
						#channelItemFooter ul.footNote li {
							list-style-type : none;
						}
							#channelItemFooter ul.footNote li strong {}
							#channelItemFooter ul.footNote li em {}
							#channelItemFooter ul.footNote li time {}
			#channelItems article.channelItem {
				background : #ffffff url(../images/button_passive.png) no-repeat 0px 0px;
				border : solid 1px #333333;
				clear : both;
				cursor : pointer;
				margin : 16px 16px 16px 16px;
				min-height : 96px;
				opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=50);
				padding : 16px;
				_height : 96px;
			}
				#channelItems article.channelItem div.articleMargin {
					margin : 0px auto 0px auto;
					max-width : 70em;
					min-width : 60em;
					_width : 60em;
				}
					#channelItems article.channelItem div.articleMargin h2 {}
						#channelItems article.channelItem div.articleMargin h2 a {}
						#channelItems article.channelItem div.articleMargin h2 a:link,
						#channelItems article.channelItem div.articleMargin h2 a:visited {}
						#channelItems article.channelItem div.articleMargin h2 a:hover,
						#channelItems article.channelItem div.articleMargin h2 a:active {}
					#channelItems article.channelItem div.articleMargin img.illustration {
						border : solid 1px #333333;
						margin-top : -1.5em;
					}
					#channelItems article.channelItem div.articleMargin p {}
					#channelItems article.channelItem div.articleMargin ul.footNote {
						margin : 0px;
					}
						#channelItems article.channelItem div.articleMargin ul.footNote li {
							list-style-type : none;
						}
							#channelItems article.channelItem div.articleMargin ul.footNote li strong {}
							#channelItems article.channelItem div.articleMargin ul.footNote li em {}
							#channelItems article.channelItem div.articleMargin ul.footNote li time {}
				/* animatedClassName */
				#channelItems article.channelItem.step_0 {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=50);}
				#channelItems article.channelItem.step_1 {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
				#channelItems article.channelItem.step_2 {opacity: 0.70; -moz-opacity: 0.70; -khtml-opacity: 0.70; filter:alpha(opacity=70);}
				#channelItems article.channelItem.step_3 {opacity: 0.80; -moz-opacity: 0.80; -khtml-opacity: 0.80; filter:alpha(opacity=80);}
				#channelItems article.channelItem.step_4 {opacity: 0.90; -moz-opacity: 0.90; -khtml-opacity: 0.90; filter:alpha(opacity=90);}
				#channelItems article.channelItem.step_5 {opacity: 0.90; -moz-opacity: 0.90; -khtml-opacity: 0.90; filter:alpha(opacity=90);}
				#channelItems article.channelItem.step_6 {opacity: 0.80; -moz-opacity: 0.80; -khtml-opacity: 0.80; filter:alpha(opacity=80);}
				#channelItems article.channelItem.step_7 {opacity: 0.70; -moz-opacity: 0.70; -khtml-opacity: 0.70; filter:alpha(opacity=70);}
				#channelItems article.channelItem.step_8 {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
				#channelItems article.channelItem.step_9 {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=50);}
				/* /animatedClassName */
		#channelNav {}
			#networkNavigation {
				background : #333333 url(../images/shinyButton.png) no-repeat -1px -128px;
				border : solid 1px #333333;
				border-bottom : none;
				display : block;
				height : 24px;
				left : 0px;
				margin : 0px;
				padding-left : 257px;
				position : absolute;
				right : 0px;
				top : 0px;
			}
				#networkNavigation li {
					display : inline;
					list-style-type : none;
				}
					#networkNavigation li a {
						background : #2a2a2a url(../images/shinyButton.png) no-repeat -2px -128px;
						border-left : solid 1px #333333;
						border-right : solid 1px #333333;
						float : left;
						height : 24px;
						line-height : 24px;
						margin-left : -1px;
						padding : 0px 16px 0px 16px;
					}
					#networkNavigation li a:link,
					#networkNavigation li a:visited {
						background-position : 0px -128px;
						color : #cccccc;
						text-decoration : none;
					}
					#networkNavigation li a:hover,
					#networkNavigation li a:active {
						background-position : 0px -640px;
						color : #ccddee;
						text-decoration : none;
					}
						/* animatedClassName */
						#networkNavigation li a.step_0 {background-position : -2px -128px !important;}
						#networkNavigation li a.step_1 {background-position : -2px -256px !important;}
						#networkNavigation li a.step_2 {background-position : -2px -384px !important;}
						#networkNavigation li a.step_3 {background-position : -2px -512px !important;}
						#networkNavigation li a.step_4 {background-position : -2px -640px !important;}
						#networkNavigation li a.step_5 {background-position : -2px -640px !important;}
						#networkNavigation li a.step_6 {background-position : -2px -512px !important;}
						#networkNavigation li a.step_7 {background-position : -2px -384px !important;}
						#networkNavigation li a.step_8 {background-position : -2px -256px !important;}
						#networkNavigation li a.step_9 {background-position : -2px -128px !important;}
						/* /animatedClassName */
					#networkNavigation li a.active {}
					#networkNavigation li a.active:link,
					#networkNavigation li a.active:visited,
					#networkNavigation li a.active:hover,
					#networkNavigation li a.active:active {
						background : #1b4c6b url(../images/shinyButton.png) no-repeat -2px -768px !important;
						color : #ffffff;
						text-decoration : none;
					}
			#metaNavigation {
				background : #333333 url(../images/shinyButton.png) no-repeat -1px -128px;
				border : solid 1px #333333;
				border-right : none;
				border-bottom : none;
				bottom : 1px;
				display : block;
				height : 24px;
				left : 0px;
				margin : 0px;
				padding-left : 16px;
				position : absolute;
				z-index : 100;
			}
				#metaNavigation li {
					display : inline;
					list-style-type : none;
				}
					#metaNavigation li a {
						background : #2a2a2a url(../images/shinyButton.png) no-repeat -2px -128px;
						border-left : solid 1px #333333;
						border-right : solid 1px #333333;
						float : left;
						height : 24px;
						line-height : 24px;
						margin-left : -1px;
						padding : 0px 16px 0px 16px;
					}
					#metaNavigation li a:link,
					#metaNavigation li a:visited {
						background-position : 0px -128px;
						color : #cccccc;
						text-decoration : none;
					}
					#metaNavigation li a:hover,
					#metaNavigation li a:active {
						background-position : 0px -640px;
						color : #ccddee;
						text-decoration : none;
					}
						/* animatedClassName */
						#metaNavigation li a.step_0 {background-position : -2px -128px !important;}
						#metaNavigation li a.step_1 {background-position : -2px -256px !important;}
						#metaNavigation li a.step_2 {background-position : -2px -384px !important;}
						#metaNavigation li a.step_3 {background-position : -2px -512px !important;}
						#metaNavigation li a.step_4 {background-position : -2px -640px !important;}
						#metaNavigation li a.step_5 {background-position : -2px -640px !important;}
						#metaNavigation li a.step_6 {background-position : -2px -512px !important;}
						#metaNavigation li a.step_7 {background-position : -2px -384px !important;}
						#metaNavigation li a.step_8 {background-position : -2px -256px !important;}
						#metaNavigation li a.step_9 {background-position : -2px -128px !important;}
						/* /animatedClassName */
					#metaNavigation li a.active {}
					#metaNavigation li a.active:link,
					#metaNavigation li a.active:visited,
					#metaNavigation li a.active:hover,
					#metaNavigation li a.active:active {
						background : #1b4c6b url(../images/shinyButton.png) no-repeat -2px -768px !important;
						color : #ffffff;
						text-decoration : none;
					}
			#categoryNavigation {
				background : #2a2a2a url(../images/shinyButton_link.png) no-repeat 0px 0px;
				border-left : solid 1px #333333;
				border-top : solid 1px #333333;
				display : block;
				height : 32px;
				left : 0px;
				margin : 0px;
				padding : 4px 8px 4px 8px;
				position : absolute;
				right : 0px;
				top : 120px;
				/* For MSIE */
				_width : 980px;
			}
				#categoryNavigation li {
					display : inline;
					list-style-type : none;
				}
					#categoryNavigation li a {
						background-image : url(../images/shinyButton.png);
						border  : solid 1px #333333;
						display : block;
						float : left;
						_height : 1.3em;
						margin : 0px 8px 0px 8px;
						padding : 3px 9px 3px 9px;
					}
					#categoryNavigation li a:link,
					#categoryNavigation li a:visited {
						background-position : -2px -128px;
						color : #cccccc;
						text-decoration : none;
					}
					#categoryNavigation li a:hover,
					#categoryNavigation li a:active {
						background-position : -2px -640px;
						color : #ccddee;
						text-decoration : none;
					}
						/* animatedClassName */
						#categoryNavigation li a.step_0 {background-position : -2px -128px !important;}
						#categoryNavigation li a.step_1 {background-position : -2px -256px !important;}
						#categoryNavigation li a.step_2 {background-position : -2px -384px !important;}
						#categoryNavigation li a.step_3 {background-position : -2px -512px !important;}
						#categoryNavigation li a.step_4 {background-position : -2px -640px !important;}
						#categoryNavigation li a.step_5 {background-position : -2px -640px !important;}
						#categoryNavigation li a.step_6 {background-position : -2px -512px !important;}
						#categoryNavigation li a.step_7 {background-position : -2px -384px !important;}
						#categoryNavigation li a.step_8 {background-position : -2px -256px !important;}
						#categoryNavigation li a.step_9 {background-position : -2px -128px !important;}
						/* /animatedClassName */
					#categoryNavigation li a.active {}
					#categoryNavigation li a.active:link,
					#categoryNavigation li a.active:visited,
					#categoryNavigation li a.active:hover,
					#categoryNavigation li a.active:active {
						background : #1b4c6b url(../images/shinyButton.png) no-repeat -2px -768px !important;
						color : #ffffff;
					}
			#filterNavigation {
				background : #2a2a2a url(../images/shinyButton_link.png) no-repeat -8px 0px;
				border-left : solid 1px #333333;
				border-top : solid 1px #333333;
				bottom : 24px;
				display : block;
				height : 24px;
				margin : 0px;
				padding : 4px 16px 4px 16px;
				position : absolute;
				right : 0px;
				top : 120px;
			}
				#filterNavigation input.filterListContents {
					width : 150px;
					vertical-align : middle;
				}
				#filterNavigation button.filterListContents {
					vertical-align : middle;
				}
		#channelFooter {
			background : #333333 url(../images/shinyButton_link.png) no-repeat 0px 0px;
			border : solid 1px #333333;
			bottom : 0px;
			color : #cccccc;
			display : block;
			height : 24px;
			left : 0px;
			line-height : 22px;
			overflow : hidden;
			position : absolute;
			right : 0px;
			text-align : right;
			/* For MSIE 6 */
			_width : 1006px;
		}
			#channelFooter ul.metaData {
				margin : 0px;
				/* For MSIE 6 */
				_width : 690px;
			}
				#channelFooter ul.metaData li {
					display : inline;
					list-style-type : none;
				}
					#channelCopyright {
						padding-right : 2em;
					}
					#channelPubDate {
						padding-right : 2em;
					}

	/* Banners List */
	#banners {
		clear : both;
		height : 100px;
		margin : 2em 1em 1.5em 0px;
		padding : 1em 0px 1em 0px;
		text-align : center;
	}
		#banners li {
			float : left;
			height : 34px;
			list-style-type : none;
			margin : 0em 1.5em 1.5em 0px;
		}
			#banners li.bordered img {
				border : solid 1px #333333;
			}

	/* Portfolio List */
	div.portfolioList {
		margin : 0px 0px 2em 0px;
	}
		div.portfolioList ul {}
			div.portfolioList ul li {}
				div.portfolioList ul li a {}
				div.portfolioList ul li a:link,
				div.portfolioList ul li a:visited {}
				div.portfolioList ul li a:hover,
				div.portfolioList ul li a:active {}

	/* Portfolio popUp */
	section.popUpLayer {
		bottom : 0px;
		display : none;
		height : 100%;
		left : 0px;
		position : absolute;
		right : 0px;
		top : 0px;
		width : 100%;
		z-index : 10000;
	}
		section.popUpLayer header {
			background : #2a2a2a url(../images/shinyButton_link.png) no-repeat 0px 0px;
			border : solid 1px #2a2a2a;
			height : 5%;
			left : 2.5%;
			position : absolute;
			right : 2.5%;
			top : 5%;
			width : 95%;
			z-index : 20000;
		}
			section.popUpLayer header button {
				float : right;
				margin : 4px;
			}
			section.popUpLayer header h1 {
				color : #ffffff;
				margin : 0px;
				padding : 6px 0px 0px 16px;
			}
		section.popUpLayer article {
			background : #ffffff none;
			border : solid 1px #2a2a2a;
			bottom : 5%;
			left : 2.5%;
			height : 85%;
			position : absolute;
			right : 2.5%;
			top : 10%;
			width : 95%;
			z-index : 20000;
		}
			section.popUpLayer article iframe {
				border : none;
				bottom : 0px;
				height : 100%;
				left : 0px;
				position : absolute;
				right : 0px;
				top : 0px;
				width : 100%;
				z-index : 10000;
			}
		section.popUpLayer footer {
			background : #000000 none;
			bottom : 0px;
			left : 0px;
			height : 100%;
			top : 0px;
			width : 100%;
			position : absolute;
			right : 0px;
			z-index : 10000;
		}

			/* opening the pop-up */
			section.popUpLayer.step_0 {display : none;}
			section.popUpLayer.step_1 {display : block;}
			section.popUpLayer.step_2 {display : block;}
			section.popUpLayer.step_3 {display : block;}
			section.popUpLayer.step_4 {display : block;}
			section.popUpLayer.step_5 {display : block;}
			section.popUpLayer.step_6 {display : block;}
			section.popUpLayer.step_7 {display : block;}
			section.popUpLayer.step_8 {display : block;}
			section.popUpLayer.step_9 {display : block;}

			section.popUpLayer.step_0 header {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}
			section.popUpLayer.step_1 header {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}
			section.popUpLayer.step_2 header {opacity: 0.25; -moz-opacity: 0.25; -khtml-opacity: 0.25; filter:alpha(opacity=25);}
			section.popUpLayer.step_3 header {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=50);}
			section.popUpLayer.step_4 header {opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; filter:alpha(opacity=75);}
			section.popUpLayer.step_5 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_6 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_7 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_8 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_9 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00;}

			section.popUpLayer.step_0 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_1 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_2 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_3 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_4 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_5 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_6 article {height : 5%; bottom : 85%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_7 article {height : 30%; bottom : 60%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_8 article {height : 60%; bottom : 30%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_9 article {height : 85%; bottom : 5%; top : 10%; overflow : auto;}

			section.popUpLayer.step_0 footer {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}
			section.popUpLayer.step_1 footer {opacity: 0.25; -moz-opacity: 0.25; -khtml-opacity: 0.25; filter:alpha(opacity=15);}
			section.popUpLayer.step_2 footer {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=30);}
			section.popUpLayer.step_3 footer {opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; filter:alpha(opacity=45);}
			section.popUpLayer.step_4 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_5 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_6 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_7 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_8 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_9 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}

			/* closing the pop-up */
			section.popUpLayer.step_10 {display : block;}
			section.popUpLayer.step_11 {display : block;}
			section.popUpLayer.step_12 {display : block;}
			section.popUpLayer.step_13 {display : block;}
			section.popUpLayer.step_14 {display : block;}
			section.popUpLayer.step_15 {display : block;}
			section.popUpLayer.step_16 {display : block;}
			section.popUpLayer.step_17 {display : block;}
			section.popUpLayer.step_18 {display : block;}
			section.popUpLayer.step_19 {display : none;}

			section.popUpLayer.step_10 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_11 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_12 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_13 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_14 header {opacity: 1.00; -moz-opacity: 1.00; -khtml-opacity: 1.00; filter:alpha(opacity=100);}
			section.popUpLayer.step_15 header {opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; filter:alpha(opacity=75);}
			section.popUpLayer.step_16 header {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=50);}
			section.popUpLayer.step_17 header {opacity: 0.25; -moz-opacity: 0.25; -khtml-opacity: 0.25; filter:alpha(opacity=25);}
			section.popUpLayer.step_18 header {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}
			section.popUpLayer.step_19 header {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}

			section.popUpLayer.step_10 article {height : 85%; bottom : 5%; top : 10%; overflow : auto;}
			section.popUpLayer.step_11 article {height : 60%; bottom : 30%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_12 article {height : 30%; bottom : 60%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_13 article {height : 5%; bottom : 85%; top : 10%; overflow : hidden;}
			section.popUpLayer.step_14 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_15 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_16 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_17 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_18 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}
			section.popUpLayer.step_19 article {height : 1px; bottom : auto; top : -1000px; overflow : hidden;}

			section.popUpLayer.step_10 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_11 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_12 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_13 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_14 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_15 footer {opacity: 0.60; -moz-opacity: 0.60; -khtml-opacity: 0.60; filter:alpha(opacity=60);}
			section.popUpLayer.step_16 footer {opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; filter:alpha(opacity=45);}
			section.popUpLayer.step_17 footer {opacity: 0.50; -moz-opacity: 0.50; -khtml-opacity: 0.50; filter:alpha(opacity=30);}
			section.popUpLayer.step_18 footer {opacity: 0.25; -moz-opacity: 0.25; -khtml-opacity: 0.25; filter:alpha(opacity=15);}
			section.popUpLayer.step_19 footer {opacity: 0.00; -moz-opacity: 0.00; -khtml-opacity: 0.00; filter:alpha(opacity=0);}

	/* Resume */
	ul.tagCloud {
		text-align : center;
	}
		ul.tagCloud li {
			display : inline;
			line-height : 1.2em;
			list-style-type : none;
			padding : 0px 0.5em 0px 0.5em;
		}
		ul.tagCloud li.size_1 {
			font-size : 200%;
		}
		ul.tagCloud li.size_2 {
			font-size : 150%;
		}
		ul.tagCloud li.size_3 {
			font-size : 100%;
		}
