body, html, #tinymce.mceContentBody {
  background-image: none;
  background-color: #FFFFFF;
}

table.page, td.page { 
  background-color: #FBFEFE;
}

body {
  overflow-y: scroll;
}


/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
  IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: relative;
    left: -320px;
    margin-top: -170px;
    width: 700px;
  }
  .browserMSIE div.printcontents {
    top: -170px;
    margin-top: 0px;
  }
  img#printbutton, input[type=submit], .noprint {
    visibility: hidden;
  }
  option {
    visibility: hidden;
    color: white;
  }
  select {
    color: white;
    height: 2ex;
  }
}
*/

.pagecontents {
  padding-top: 55px;
  width: 670px;
}

body, p, td, th, select, input, textarea, #tinymce.mceContentBody {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

a:link, a:hover, a:visited, a:active {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  outline:none;
}

h1 {
  font-family: Times New Roman, Times, serif;
  font-size: 24px;
  margin-top: 0px;
}
h2 {
  font-size: 19px;
}
h3, h4 {
  font-size: 17px;
}

div.contents, div.contents p, div.intro, div.intro p,
    body.mceContentBody, body.mceContentBody p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div.intro, div.intro p, .intro {
  font-family: Times New Roman, Times, serif;
  font-style: italic;
  font-size: 16px;
}

div.contents, div.intro, body.mceContentBody {
  width: 670px;
}

.twocolumn div.contents, .twocolumn div.intro {
  width: 314px;
}

.labeltextarea {
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
  padding-left:5px;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}

td.quotehead {
  font-weight: bold;
  font-size: small;
}

td.quoteline {
  height: 1px;
  color: #666666;
}

td.quotebody {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEFFEE;
}

td.quotebody td.quotebody {
  background-color: #DDFFDD;
}

td.quotebody td.quotebody td.quotebody {
  background-color: #CCFFCC;
}

table.quote { 
 width: 400px;
}


li{
  margin-top: 1ex;
}

/*
.myavenueclass1 {
  color: red;
}
*/

.pagecontents, .pagecontents p, .pagecontents td, .pagecontents th,
.pagecontents a:link, .pagecontents a:hover, .pagecontents a:visited, .pagecontents a:active,
#tinymce.mceContentBody, #tinymce.mceContentBody p, #tinymce.mceContentBody td, #tinymce.mceContentBody th, #tinymce.mceContentBody a:link, #tinymce.mceContentBody a:hover, #tinymce.mceContentBody a:visited, #tinymce.mceContentBody a:active {
/*
  font-family: Times New Roman, Times, serif;
*/
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #400000;
}

.pagecontents a:link, .pagecontents a:hover, .pagecontents a:visited, .pagecontents a:active {
/*  color: #00B0B0; */
  color: #1980FF;
}

div.intro#homepageDiv1, div.intro#homepageDiv1 p { 
  font-style: normal;
  font-size: 22px;
  padding-top: 0px;
  margin-top: 0px;
}
div.intro#homepageDiv1 h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
}

div.maintitle { 
  color: #ec0080;
  font-family: Times New Roman, Times, serif;
}

img.inlineInsertedWithBorder, object.inlineInsertedWithBorder,
  embed.inlineInsertedWithBorder {
  border: black solid thin;
}

div.publicationDate { 
  margin-bottom: 1ex;
  font-family: Times New Roman, Times, serif;
  font-style: italic;
}
