/* Domino Cascading Style Sheet */
/* Created: 07 Sep 2000 By: Borislav Dimov */
/* Version: 1.0 */

/* Body */
body         { background-color: #ffffff;  }
/* Sub Divisions */
.subdiv      { font-size: 12pt; color: #0060A0; letter-spacing: 2; font-weight: bold;
               text-align: Center; background-image: url('images/glowbar.gif');
               background-repeat: no-repeat; margin-top: 20; margin-bottom: 20;
               padding-bottom: 3; background-position: center bottom }
/* Bold Text */
.btext      { color: #0060A0; font-weight: bold;}

/* Headings */

/* Paragraphs */

/* Lists */

/* Anchors (links) */
a            { color: #0060A0}

/* Tables */
.main_table { background-color: #E6EDE4}

