
<STYLE TYPE='text/css'>
	 /* SCL Main Layout Stylesheet */

	 body{
	 	margin: 0;
	 	padding:0;
	 	background: #FFFFFF;
	 }

	 .note{
	 	font-family : sans-serif;
	 	font-size : 9px;
	 	font-style : italic;
	 }

	 	#ultext{
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : bold;
	 }
	 H3{
	 	font-family : sans-serif;
	 	font-size : 14px;
	 	font-style : normal;
	 	font-variant : small-caps;
	 	line-height : normal;
	 	letter-spacing : normal;
	 	padding-bottom : 2px;
	 	padding-left : 0px;
	 	padding-right : 0px;
	 	padding-top : 0px;
	 }
	 
	 ul{
	 	font-family : sans-serif;
	 	font-size : 10px;
	 	font-style : normal;
	 	line-height : normal;
	 	letter-spacing : normal;
	 	padding-bottom : 0px;
	 	padding-left : 0px;
	 	padding-right : 0px;
	 	padding-top : 0px;
	 }

	 /* Body text link style */
	 A{
	 	color:#F87300;
	 	font-family:sans-serif;
	 	font-size:09pt;
	 	font-weight:bold;
	 	text-decoration:none;
	 }
	 A:Visited{
	 	color:#B09781;
	 	font-family:sans-serif;
	 	font-size:09pt;
	 	font-weight:bold;
	 	text-decoration:none;
	 }
	 A:Hover{
	 	color:#FF9C01;
	 	font-family:sans-serif;
	 	font-size:09pt;
	 	font-weight:bold;
	 	text-decoration:underline;
	 }

	 /* MAIN TABLE ELEMENTS */
	 TABLE.main{
	 	background-color : transparent;
	 	width : 100%;
	 	padding-bottom : 0;
	 	padding-left : 0;
	 	padding-right : 0;
	 	padding-top : 0;
	 }

	 TD.header{
	 	background-color : White;
	 	width : 100%;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : left;
	 	height : 120px;
	 	padding-top : 2px;
	 	padding-right : 0;
	 	padding-left : 0;
	 	padding-bottom : 1px;
	 }
	 TD.bot{
	 	background-color : White;
	 	width : 100%;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 10px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : left;
	 	height : 60px;
	 	padding-top : 0px;
	 	padding-right : 5;
	 	padding-left : 5;
	 	padding-bottom : 3px;
	 }

	 TD.miniheader{
	 	background-color : White;
	 	width : 100%;
	 	border : 0;
	 	height : 5px;
	 	padding-top : 0px;
	 	padding-right : 0;
	 	padding-left : 0;
	 	padding-bottom : 0px;
	 	background-image : url(images/menu_bkg.gif);
	 }

	 TD.menu{
	 	background-color : White;
	 	width : 100%;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : center;
	 	height : 30px;
	 	padding-top : 0px;
	 	padding-right : 0;
	 	padding-left : 0;
	 	padding-bottom : 0px;
	 	background-image : url(images/menu_bkg.gif);
	 }

	 TD.posters{
	 	background-color : White;
	 	width : 85%;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 10px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : left;
	 	height : 125px;
	 	padding-top : 0px;
	 	padding-right : 0;
	 	padding-left : 0;
	 	padding-bottom : 0px;
	 }


	 TD.r-palette{
	 	background-color : White;
	 	width : 150px;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : center;
	 	height : 350px;
	 	padding-top : 0px;
	 	padding-right : 5;
	 	padding-left : 0;
	 	padding-bottom : 0px;
	 }

	 TD.content_main{
	 	background-color : White;
	 	width : 650px;
	 	border : thin solid #CCCCCC;
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : left;
	 	height : 250px;
	 	padding-top : 3px;
	 	padding-right : 5;
	 	padding-left : 5;
	 	padding-bottom : 3px;
	 }



	 /* RIGHT PALETTE TABLE ELEMENTS */
	 TABLE.palette{
	 	background-color : transparent;
	 	width : 150px;
	 	padding-bottom : 0;
	 	padding-left : 0;
	 	padding-right : 5;
	 	padding-top : 0;
	 }

	 TD.palhead{
	 	background-color : White;
	 	width : 150px;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 12px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : normal;
	 	color : Black;
	 	text-align : left;
	 	height : 25px;
	 	padding-top : 0px;
	 	padding-right : 0;
	 	padding-left : 0;
	 	padding-bottom : 0px;
	 	background-image : url(images/menu_bkg.gif);
	 }

	 TD.palcont{
	 	background-color : White;
	 	width : 150px;
	 	border : 0;
	 	font-family : sans-serif;
	 	font-size : 10px;
	 	font-style : normal;
	 	font-variant : normal;
	 	font-weight : bold;
	 	color : Black;
	 	text-align : center;
	 	padding-top : 2px;
	 	padding-right : 2;
	 	padding-left : 2;
	 	padding-bottom : 2;
	 	border-left-color : #CCCCCC;
	 	border-left-style : dotted;
	 	border-left-width : thin;
	 	border-right-color : #CCCCCC;
	 	border-right-style : dotted;
	 	border-right-width : thin;
	 }
</STYLE>