/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

DIV.base-layer {
  background: none #cc9966; border: solid #333333 1px; color: #000000;
  margin: 0.5em 12px 0.5em 12px; padding: 0; text-align: center; width: 98%;
}

DIV.table-row {
  background: none #FFFFFF; border: solid #ffffcc 1px; color: #ffffcc;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding: 0; text-align: center; width: 96%;
}

/* Style rules for the 3 x 2 table example */

DIV.left-container2 {
  border: none; float: left; margin: 0; padding: 0; width: 50%;
}

DIV.right-container2 {
  border: none; float: right; margin: 0; padding: 0; width: 50%;
}

/* Rules in detail that is used to suggest rendering for the */
/* Nobel price winner table example. I still use some of the */
/* generic rules as found above and below, but still..       */

DIV.left-container13 {
  border: none; float: left; margin: 0; padding: 0; width: 15%; vertical-align: "top";
}

DIV.left-container23 {
  border: none; float: left; margin: 0; padding: 0; width: 64%; vertical-align: "top";
}

DIV.right-container13 {
  border: none; float: left; margin: 0; padding: 0; width: 17%; vertical-align: "top";
}

/* Rules in detail that is used to suggest rendering for the  10 by 5 int. */
/* product table example. I still use some of the generic rules as found   */
/* above and below, but still..                                            */

DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}

DIV.right-layer11 {
  border: none; float: right; margin: 0; padding: 0; width: 10%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

/* Some rules for captions, headers and running text */

H4.table-caption {
  background: transparent; color: #3333cc; font-family: sans-serif;
  font-size: 1em; font-style: italic; font-weight: bold; margin: 0;
  padding: 0.3em; text-align: center; width: auto;
}

H5.colhdr {
  background: none #FFFFFF; border: solid #3333cc 0px; color: #993333;
  font-family: sans-serif; font-size: 1em; font-style: italic;
  font-weight: normal; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  text-align: center; width: auto;
}

P.text {
  border: solid #3333cc 1px; margin: 0; padding: 0.3em 0.3em 0 0.3em;
  font-style: normal; font-size: 1em; text-align: center; text-indent: 0;
  width: auto;
}

/* End of layer specific style rule set */

p.center {font-size: 100%; text-align: center color: black;}

p.blue {text-align: justify; color: blue; font: bold: margin-bottom: 1cm}

p.bottom {font-size: 10%; text-align: left}

p.leftmargin {margin-left: .2cm}

p.centergray
{
text-align: center;
color: #C0C0C0;
font-size: 20pt;
font-weight: bold;
}

.alignLeft{color: black; text-align: left;}

p.leftbold {font-size: 18 pt; color: blue; text-align: left; font: bold}

p {font-size: 12 pt; color: black; text-align: left; }

h1 {font-size: 24 pt; color: red; text-align: center; font: bold}

h5 {color: red; text-align: center; font: bold; font-size: 18pt; font-style: italic}

DIV.table70 {
  border: none; float: left; margin: 0; padding: 0; width: 68%; vertical-align: middle; text-align: center; color: black;
}

DIV.table30 {
  border: none; float: left; margin: 0; padding: 0; width: 28%; vertical-align: middle; text-align: center;
}

DIV.table-row2 {
  background: none #FFFFFF;  text-align: center; vertical-align: middle; width: 98%; 
}