body
{
 background-color: White;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 font-family: Arial, Helvetica, Sans-Serif, Times New Roman;
 font-size: small;		/* [ xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | % ] */
 color: Black;	
}

/* Specify the standard text used in the LinksBar */
.LinksBarText {
 font-weight:bold;	/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: white; 		/* #FFFFFF */
}

/* Specify the standard text used in the LinksBar if the item is selected */
.LinksBarSel {
 font-weight:bold;	/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: yellow; 		/* #FFFF00 = yellow, #FF0000 = red */
}

/* Specify the text used for links in the LinksBar */
.LinksBarLink {
 font-weight:bold;	/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: white; 		/* #FFFFFF = white */
 text-decoration: none; 	/* [ none | underline | overline | line-through | blink ] */
}

/* Specify the font displayed when the mouse is over the link in the LinksBar */
.LinksBarLink:hover {
 font-weight:bold;	/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: yellow; 		/* #FFFF00 = yellow */
 text-decoration: none; 	/* [ none | underline | overline | line-through | blink ] */
}

/* Footer Font: Standard font used on page footers */
.FooterFont 
{
 font-size: x-small;		/* [ xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | % ] */
}

/* Footer FontLink: Standard font used for links on page footers */
.FooterFontLink {
 font-size: x-small;		/* [ xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | % ] */
 color: Blue; 		/* #000000 = black */
}

/* Footer FontLink Hover: Standard font used when the mouse is over links on page footers */
.FooterFontLink:hover {
 font-size: x-small;	/* [ xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | % ] */
 color: Red; 		/* #000000 = black */
}

/* WarningText: Standard text used by Warning and Error headings. */
.WarningText {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: Red; 		/* #000000 = black */
}

/* LeftNav: Specify the font for the Left Navigation headings. */
.LeftNav {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: white; 		/* #000000 = black */
}

/* LeftNavSel: Specify the font for the Left Navigation Selected Items. */
.LeftNavSel {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: yellow; 		/* #000000 = black */
}

/* LeftNavLink: Specify the font for the Left Navigation link in the standard enhanced title. */
.LeftNavLink {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: white; 		/* #000000 = black */
}

/* LeftNavLinkHover: Specify the font when the mouse is over the Left Navigation link. */
.LeftNavLink:hover {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: yellow; 		/* #000000 = black */
}

/* StdText: Standard text used on forms and reports. */
.StdText {
 color: black; 		/* #000000 = black */
}

/* StdTextCtr: Standard text used on forms and reports with centered alignment. */
.StdTextCtr {
 text-align: center;		/* [ left | right | center | justify ] */
 color: black; 		/* #000000 = black */
}

/* StdTextRt: Standard text used on forms and reports with right alignment. */
.StdTextRt {
 text-align: right;		/* [ left | right | center | justify ] */
 color: black; 		/* #000000 = black */
}

/* StdTextLink: Font used for standard text links */
.StdTextLink {
 color: blue; 		/* #000000 = black */
}

/* StdTextLinkHover: Specify the font when the mouse is over a link in the standard text. */
.StdTextLink:hover {
 color: red; 		/* #000000 = black */
}

/* StdTitle: Specify the font for the standard enhanced title. */
.StdTitle {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: Black; 		/* #000000 = black */
}

/* StdTitleLink: Specify the font for a link in the standard enhanced title. */
.StdTitleLink {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: Blue; 		/* #000000 = black */
}

/* StdTitleLinkHover: Specify the font when the mouse is over a link in the standard enhanced title. */
.StdTitleLink:hover {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: red; 		/* #000000 = black */
}

/* HeadMain: This is the font used to display main headings */
.HeadMain {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 font-size: medium;		/* [ xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | % ] */
 color: #003399; 		/* #0000CC */
}


/* HeadSub: Sub headings on forms and reports */
.HeadSub {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: #003399; 		/* # 000099, #0000CC = blue */
}

/* HeadSubLink: Sub headings links on forms and reports */
.HeadSubLink {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: #003399; 		/* # 000099, #0000CC = blue */
}

/* HeadSubLinkHover: Sub headings on forms and reports */
.HeadSubLink:hover {
 font-weight: bold;		/* [ normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 ] */
 color: green; 		/* # 000099, #0000CC = blue */
}

.FillDark{
  BACKGROUND-COLOR: #3333CC;	/* Default = #3333CC = DkBlue */
}

.FillMed{
  BACKGROUND-COLOR: #3399CC;	/* Default = #3399CC= MidBlue */
}

.FillLight{
  BACKGROUND-COLOR: #CCFFFF;	/* Default = #CCFFFF = LtBlue*/
}

.FillTD{
  BACKGROUND-COLOR: #4682B4;	/* Default = #4682B4 = DkBlue */
}

.BorderTD{
  BACKGROUND-COLOR: #06056B;	/* Default = #06056B = PDCLogoBlue */
}

.SepLineBig{
  BACKGROUND-COLOR: #4682B4;	/* Default =  #4682B4 = LtBlue */
}

.SepLineSmall{
  BACKGROUND-COLOR: #06056B;	/* Default = #06056B=PDCLogoBlue = DkBlue */
}

/* Button: Use for form buttons. */
.Btn
{
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:85%;
   font-weight:bold;
   background-color:#F5DEB3;
   border:1px solid;
   border-top-color:#FFFAF0;
   border-left-color:#FFFAF0;
   border-right-color:#800000;
   border-bottom-color:#800000;
}

