/* Default style for a page */
body {
/*background-image: url(http://[yourdomain]/cmsmanage/[pathtoimage]);*/
/*background-repeat: repeat;*/
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 9pt;
color: black;
background-color: white;
margin: 0px;
}

a:visited, a:active {
  color: blue;
}

/* Default style for Heading 1 text */
h1 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
color: red;
font-size: 12pt;
}

/* Default style for Heading 2 text */
h2 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 11pt;
}

/* Default style for Heading 3 text */
h3 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 10pt;
}

/* Default style for Heading 4 text */
h4 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 9pt;
}

/* Default style for Heading 5 text */
h5 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 8pt;
}

/* Default style for Heading 6 text */
h6 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 7pt;
}

/* Default style for Normal text */
input, li, p, select, table, th, td, textarea {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 9pt;
}

/* Default style for Formatted text */
pre {
font-family: "Courier New", Courier, monospace;
font-weight: normal;
font-size: 8pt;
}

/* Overrides to default styles: Generic Document.html */
.generichead {
}
.genericbody {
}

/* Overrides to default styles: HPL Banner Page.html */
.hplbanner {
white-space: nowrap;
}

/* Overrides to default styles: HPL Folder Links Page.html */
.hplfolderblock {
width: 100%;
}
.hplfoldertitle {
font-weight: bold;
font-size: 8pt;
background-color: gainsboro;
text-align: center;
white-space: normal;
}
.hplfolderfiles {
background-color: ivory;
border: 1px solid gainsboro;
vertical-align: top;
white-space: normal;
}
.hplfolderfiles p {
  /*margin-bottom: .5em;*/
  margin: .75em 0em .75em .2em;
  padding: 0em
}

/* Overrides to default styles: HPL Footer Page.html */
.hplfooter {
font-size: 7pt;
}

/* Overrides to default styles: HPL Home Page.html */
.hplhomehead {
}
.hplhomebody {
}

/* Overrides to default styles: HPL Language Page.html */
.hpllanguage {
font-size: 8pt;
}

/* Overrides to default styles: News Article Document.html */
.newsheadline {
}
.newsstoryline {
}
.newssourcedate {
font-size: 8pt;
}
.newsarticle {
}
