/* PAGE */
/* Page default font. */
/* (Fix inheritance broken by tables by adding TABLE, TH, TD, P, ...) */
BODY, TABLE, TH, TD, P {font-family: Arial,Helvetica,sans-serif;}
/* Page background. */
/* (Netscape has background-image bug: Image path is relative to PAGE.) */
BODY {background-color: rgb(255, 255, 239);}
/* Page margins. */
BODY {margin: 0px; padding: 0px;}
/* Link colors. */
A:link {color: blue;}
A:visited {color: purple;}


/* HEADER (none) */


/* TITLE  (Adjust box height with text's margin-top, for Netscape 4.) */
.TitleBox {background-color: darkblue; border-style: solid; 
   border-width: 1px; border-color: darkblue;}
.TitleText {margin-top: 25px; position: relative; top: -5pt; 
   left: 15pt; font-family: Verdana,Arial,Helvetica,sans-serif; 
   font-size: 13pt; font-weight: 800; color: white;}
.TitleTextSmall {line-height:170%; font-size: 7pt;}


/* BODY */
.Body {margin-left: 10px; margin-right: 10px;}


/* INTRODUCTION */
.Introduction {margin-top: -15px; font-size: 8pt; font-weight: 600; 
   color: gray}


/* VENDOR */
.VendorBox {margin-top: 45px; margin-left: 20px; 
   margin-right: 20px;}
.VendorLink {font-size: 90%; font-weight: 600;}
/* The A "contextual selector" (alone) allows setting the link color. */
/* The :link "pseudo-class selector" specifies links within an element. */
.VendorLink A:link {color: blue}
/* The :hover "pseudo-class selector" allows highlighting link color. */
.VendorLink A:hover {color: red}
.VendorDescription {font-size: 70%; font-weight: 600; 
   color: darkblue}
.VendorDescriptionEmphasis {font-weight: bolder;}
.VendorTip {font-size: 95%; font-weight: lighter; 
   color: red}
.VendorTipEmphasis {font-weight: bolder;}
.VendorSeparator {margin-top: 50px;}
.VendorSeparatorEnd {margin-top: 50px;}


/* CONCLUSION */
.Conclusion {margin-top: 50px;}
/* Fix inheritance broken by tables with the TD "contextual selector". */
.Conclusion TD {font-size: 75%; font-weight: 900; color: darkblue}
/* The A "contextual selector" (alone) allows setting the link color. */
/* The :link "pseudo-class selector" specifies links within an element. */
.Conclusion A:link {color: blue;}


/* RELATED TERMS */
.RelatedTermsBox {margin-top: 400px; 
   background-color: rgb(232, 240, 248); 
   border-style: solid; border-width: 1px; border-color: darkblue;}
.RelatedTermsBody {margin-top: 8px; margin-bottom: -10px; 
   margin-left: 8px; margin-right: 8px;}
.RelatedTermsTitle {margin-top: 0px; font-size: 10pt; 
   font-weight: 800; color: darkblue;}
.RelatedTermsHeading {margin-top: -10px; font-size: 8pt; 
   font-weight: 600;}
.RelatedTermsText {margin-top: -15px; font-size: 8pt; 
   font-weight: 400;}


/* NAVIGATOR */
.Navigator {margin-top: 50px; font-size: 8pt; font-weight: 400;}
/* The A "contextual selector" (alone) allows setting the link color. */
/* The :link "pseudo-class selector" specifies links within an element. */
.Navigator A:link {color: darkblue;}


/* FOOTER (none) */




/* TEXT ATTRIBUTES */
.Bold {font-weight: bolder;}
.HighlightColor {color: red;}

