/* Style: printFormat01.css
 * " Columns Layout using Divs
 *
 *  Some ideas are borrowed from the Yahoo! UI Library:
 * Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txtversion: 2.2.2
 *
 * A copy of the Reset and Font Cascading style Sheet from the Yahoo! UI Library 
 *
 * The resetFontCSS.css file standardizes cross-browser rendering on common
 *  elements, neutralizing browsers' built-in stylesheets. 
 *
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	white-space:normal;
	word-spacing:normal;

}

/* Left container contains the logo and the navegation column */
#syb_leftContainer {
  display: none;
}

/* Main Navagation column for the web site.
 * Located within the left container.
 */
#syb_mainNavCol {
  display: none;
}

/* The syb_rightContainer div contains the 
 *  header and syb_contents divs 
 */
#syb_rightContainer {
  border:0px solid #C7E19E;
  width:60%;
  height:auto;
  position:absolute;
  top:0px;
  left:0px;
  margin:0px;
  padding:0px;
}

/*

*/

#syb_header {
  display: none;
}
/*
syb_contents contains: working area and footer -->
*/
#syb_contents {
  margin:0px;
  padding:0px;
}


#syb_workingArea {
  border: 0px solid #FFCC33;
  width:100%;
  height:auto;
}

h3.syb_pageTittle01 {
  display:none;
}

div.syb_blueLine01 {
  display:none;
}

h4.syb_paraTittle02 {
  position:absolute;
  left:0px;
  top:0px;
}

table.syb_tformTbl01 {
  font-family:monospace,cursive,'Courier New',sans-serif,;
  font-weight:normal;
  font-size:0.9em;
  line-height:1.6em;
  list-style:none;
  text-align:left;
  position: absolute;
  left:0px;
  top:220px;
}

div.syb_addTbl_print {
  background:#FFFFFF;
  border:0px solid #000000;
  font-family:monospace,cursive,'Courier New',sans-serif,;
  font-weight:normal;
  font-size:0.9em;
  line-height:1.2em;
  list-style:none;
  text-align:left;
  width:350px;
  height:auto;
  position:relative;
  left:0px;
  top:0px;
  display:block;
}

p.syb_parText02 {
  display: none;
}

div.syb_addTbl {
  display: none;
}


table tr td.syb_hideMe {
  visibility:visible;
}

a.syb_topLink_print {
  display:none;
}

#syb_footer {
  display:none;
}

/* Navagation Menus Horizontal & Vertcal */

/*
 * Navagation Horizontal Menu. (Unordered list -> UL)
 * An horizontal menu list style to produce buttom effets.
 *
 * In '#navHorMenu' the right & left margins must be the 
 * same in order to get the "bottoms" in the center position.
 * Also the text align in '#navHorMenu ul' must be set to left.
*/
#syb_navHorMenu {
  display: none;
}

#syb_navHorMenu ul {
  display: none;
} 

/* Here we make the list to display horizontaly */
#syb_navHorMenu li {
  display: none;
}

/* To remove default underline in the link tag and text in white color. */
#syb_navHorMenu a {
  display: none;
}

/* Change color when hovering. To emphasize a link to another page */
#syb_navHorMenu a:hover {
  display: none;
}

/* To remind user that page had been visited */
#syb_navHorMenu a:visited {
	color:#6C8EFF; 
}

/* End: horizontal list with buttom effets */


/* Navagation Menu Column (Unordered list -> UL) */
#syb_navMenuCol {
  display: none;
}

#syb_navMenuCol li {
  display: none;
}

/* To remove default underline in the link tag and text in black color. */
#syb_navMenuCol a {
  display: none;
}

/* Change color when hovering. To emphasize a link to another page */
#syb_navMenuCol a:hover {
  display: none;	
}

/* To remind user that page had been visited */
#syb_navMenuCol a:visited {
  display: none;
}

/* Navagation Footer Menu (Unordered list -> UL) */
#syb_navFooterMenu {
  display: none;
}

#syb_navFooterMenu li {
  display: none;
}

#syb_navFooterMenu a {
  display: none;
}

#syb_CopyRightCol {
  display: none;
}
