BODY {
   background-image: "images/stripes.png";
   color: black;
   margin: 0px;
   margin-bottom: 0px;
   padding: 0px;
   font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

A {
  color: red;
  font-size: 11px;
  text-decoration: none;
}

A.menuitem {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A.footerlink {
  color: yellow;
  text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

A:hover {
  color: green;
  text-decoration: none;
}

A.menuitem:hover {
  color: red;
  text-decoration: none;
}

A.footerlink:hover {
  color: orange;
  text-decoration: none;
}

TABLE.version1 {
  background-color: antiquewhite;
}

TD.menuTableHeading{
  background-color: black; 
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 5px;
}

/*
IMG {
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}

IMG.banner {
  border-right: 0px solid lightgrey;
  border-bottom: 0px solid lightgrey;
  border-top: 0px solid lightgrey;
  border-left: 0px solid lightgrey;
}
*/


TD.tableHeading{
  background-color: darkred; 
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color:white;
  padding: 5px;
}

TD.tableHeadingDetails{
  background-color: lightblue; 
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: black;
  letter-spacing:1px;
  padding: 5px;
}

TD {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
}

TD.tableBody{
  background-color: white; 
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  position: relative;
  vertical-align: top;
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px;
}

TD.leftText{
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px;
  border-right: 1px solid lightgrey;
}

TD.tableBodyDetails{
  background-color: white; 
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
  position: relative;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}



/*
BODY
{
    BACKGROUND-COLOR: black;
    COLOR: white;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 8pt
}

#partner-text
{
    COLOR: black;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt
}

#normal-text
{
    COLOR: lightgrey;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt
}

#title-text
{
	COLOR: white;
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold
}

A:link
{
    COLOR: white;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt;
}
A:visited
{
    COLOR: orange;
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 10pt;
}





#link-text
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold
}



#mandatory
{
    BACKGROUND-COLOR: yellow;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#mandatory-text
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
#lightgrey-text
{
    COLOR: #C0C000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: bold
}
#white-text
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: bold
}
#optional
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#optional-text
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#protected-text
{
    COLOR: gray;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold
}
#protected
{
    BACKGROUND-COLOR: #005683;
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#protected-value
{
    BACKGROUND-COLOR: lightgrey;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-STYLE: italic
}
#title-color
{
    BACKGROUND-COLOR: red;
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold
}
#info-color
{
    BACKGROUND-COLOR: antiquewhite;
    COLOR: #005683;
    FONT-FAMILY: Verdana;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold
}
#general-text
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
#notes-color
{
    BACKGROUND-COLOR: antiquewhite;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#notes-text
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#MenuSection
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold
}
#tiny-text-even
{
    COLOR: #C0C000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt
}
#tiny-text-odd
{
    BACKGROUND-COLOR: antiquewhite;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt
}
#heading-text
{
    BACKGROUND-COLOR: lightgrey;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: bold
}
#page-number-text
{
    COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt
}
#report-text-even
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#report-text-odd
{
    BACKGROUND-COLOR: antiquewhite;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#report-heading-text
{
    BACKGROUND-COLOR: lightgrey;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
#alert-text
{
    COLOR: blue;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
#leftmenu-text
{
    COLOR: #005683;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt
}
P.breakhere
{
    PAGE-BREAK-BEFORE: always
}

*/
