body {
  background-color : #fff;
  color : #000;
  margin : 0px 0px 0px 0px;
}
#content {
  font-family: verdana,arial,Palatino,sans-serif,serif;
  font-size: 1.0em;
  background-color: #fff;                                        /*#006*/
  color: #000;                                                       /*#F5F5F5*/
/* background-image: url('paper2.jpg'); */
  padding-left: 5px;
  padding-right: 5px;
  width : 100%;
}
div.main {
  margin-left: 15%;
  margin-right: 15%;
  border-style: solid;
  border-color: black;
  border-width: 5px;
	background-color: #fff;
	color: #000;
  padding: 1%;
}
table {
  background-color: #fff3c5;
  color: #000;
}
p { }
h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 0em;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}
em {
  font-style: normal;
  font-weight: bold;
}
strong {
  font-style: italic;
  font-weight: normal;
}
h1, h2, h3 {                    /* a _group selector_ */
  background-color: #006;    /*#0099cc*/
  color: #ffffff;
}
hr {                            /* formatting for "hr" element */
  background-color: blue;
  height: 10px;
  width: 90%;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  text-align: center;
}
p.center {
  text-align: center;
}
#index {
  margin-left: 10em;
}
/* ============== Begin link properties section ============ */
a:link {
  font-weight: bold;
  background-color: #006;
  color: #f63;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  background-color: #006;
  color: #6cf;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  background-color: black;
  color: #fc0;
  text-decoration: none;
}
a:active {
  font-weight: bold;
  background-color: #69f;
  color: #006;
  text-decoration: none;
}
a.offsite:link {           /* == add 'class=offsite' to link ex: <a href="http//:www.amazon.com/index.html" class="offsite"> == */
  font-weight: normal;
  background-color: #006;
  color:#f63;
  text-decoration: none;
}
a.offsite:visited {
  font-weight: normal;
  background-color: black;
  color: white;
  text-decoration: none;
}
a.offsite:hover {
  font-weight: normal;
  background-color: #09c;
  color: white;
  text-decoration: none;
}
a.offsite: active {
  font-weight: normal;
  background-color: #09c;
  color: black;
  text-decoration: none;
}
a:link img {
  border-style: none;
}
a:visited img {
  border-style: none;
}
/* ========== End link properties section; begin table properties section ========== */
table {
  font-size: 1em;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0em;
  border-collapse: collapse;
  border-style: solid;
  border-color: red;
  border-width: 5px;
}
td {
  border:5px solid red; text-align: justify;
  padding: 2px;
  vertical-align: top;
}
td.col1 {
  width: 35px;
  padding: 2px;
  vertical-align: top;
}
td.col2 {
  width: 30px;
  padding: 2px;
  vertical-align: top;
}
/* ========== End  table properties section ========== */
/* ========= CSS Menu begins =========== */
#message div.menuBar,
#message div.menuBar a.menuButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
}
#message div.menuBar {
  background-color: #F0EEE2;
  padding: 6px 2px 6px 2px;
  text-align: center;
  margin-left:0px;
}
#message div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  cursor: pointer;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  xposition: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
#message div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #000000;
}
/* ========= CSS Menu ends ============ */
