* {
  font-family:      Verdana, Arial, Helvetica, Sans-Serif; 
  font-size:        9pt;
}

A {
  text-decoration:  none;
  color:            #490000;
  cursor:           pointer;
}

A:hover {
  text-decoration:  none;
  color:            #000000;
  background-color: #D77C71; 
}

A:visited {
  color:            #490000;
}

BODY {
  text-align:       center;
  color:            #3E654C;
  background-color: #8F633C;
  margin:           0;  
  padding:          0;  
}

H1 {
  font-family:      Times; 
  margin-top:       20px; 
  margin-bottom:    8px; 
  color:            #AF1636; 
  font-size:        16pt;
  font-weight:      bold; 
  text-transform:   uppercase;
  text-align:       center;
}

H2 {
  margin-top:       20px; 
  margin-bottom:    8px; 
  color:            #AF1636; 
  font-size:        10pt;
  text-transform:   uppercase;
}

TABLE.mainLayout {
  background-color: #FFFFFF;
  width:            1000px;
  height:           90%;
  border-top:       1px solid #972C31; 
  border-left:      1px solid #972C31; 
  border-bottom:    1px solid #510000; 
  border-right:     1px solid #510000; 
  margin-top:       20px;
}

TABLE.mainLayout TD.menuBar {
  background-color: #E39195; 
  border-top:       1px solid #690000; 
  border-bottom:    1px solid #690000; 
  font-size:        8pt;
  padding-left:     10px;
  height:           20;
}

TABLE.mainLayout TD.body {
  background-color: #FFFFFF; 
  font-size:        8pt;
  padding-left:     20px;
  padding-right:    20px;
  padding-top:      10px;
  padding-bottom:   10px;
  text-align:       justify;
}

TABLE.mainLayout TD.statusBar {
  font-family:      Verdana; 
  background-color: #E39195; 
  border-top:       1px solid #690000;
  font-size:        8pt;
  padding-right:    4px;
}

TABLE.mainLayout TD.statusBar A {
  font-size:        8pt;
  text-decoration:  none;
  color:            #490000;
}

TABLE.mainLayout TD.statusBar A:hover {
  text-decoration:  none;
  background-color: #D77C71; 
}

TABLE.mainLayout TD.statusBar A:visited {
  color:            #490000;
}

.pageTitle {
  font-family:      serif;
  font-size:        38px;
  color:            #490000;
  text-align:       center;
  margin-top:       12px;  
  margin-bottom:    18px;  
  border-bottom:    1px dotted #166F36;
}

.paragraph {
  text-indent:      15px;
  text-align:       justify;
}

.smallText, .smallText * {
  font-size:        8pt; 
  color:            #888888;
}

.smallText A {
  font-size:        9px;
  font-weight:      normal;
  text-decoration:  none;
  color:            #999999;
}

.smallText A:hover {
  text-decoration:  none;
  color:            #000000;
}

.smallText A:visited {
  font-weight:      normal;
  font-size:        9px;
}

.smallText BUTTON {
  color:            #990000;
  font-weight:      normal;
}

.sssText, .sssText * {
  font-size:        8px; 
  color:            #777777;
}

.sssText A {
  font-size:        8px;
  font-weight:      normal;
  text-decoration:  none;
  color:            #777777;
}

.sssText A:hover {
  text-decoration:  none;
  color:            #000000;
}

.sssText A:visited {
  font-weight:      normal;
  font-size:        8px;
}

