/* Classes used for table border width, style, and color. */ 

.tableRedBorder   {border: thin   solid red}
.tableBlueBorder  {border: medium solid blue}
.tableGreenBorder {border: thin   solid #006400}
.tableBlackBorder {border: thin   solid black}
.tablePixelBorder {border: 1px    solid black}

/* 
   Classes used to highligh a Link address or text by changing the background color. Note: the
   text padding is top, right, bottom, and left.
*/

.highlighLink       { font-weight: normal; color: black;   background: #ffff99; padding: 1px 2px 1px 2px }
.highlighTextBold   { font-weight: bold;   color: #990000; background: #ffff99; padding: 1px 2px 1px 2px }
.highlighTextNormal { font-weight: normal; color: black;   background: #ffff99; padding: 1px 2px 1px 2px }

/* Class used for text alignement with the text-align property value of justify. */ 
.justifyText {text-align: justify}

HR { height: 3px; width: 100%; background: #006400 }

/* ID main area background color is white (#FFFFFF), text color is dark green (color=#006400). */
#mainAreaColors     { background-color: #FFFFFF; color: #006400 } 
#mainAreaBackground { background-color: #FFFFFF } 
#mainAreaCaption    { font-weight: bold; color: #006400 } 
#mainAreaText       { color: #006400 } 
