.normal, .paragraph, A, LABEL, INPUT {
  font-family:      Verdana, Arial, Helvetica, Sans-Serif; 
  font-size:        14px; 
}

LABEL {
  font-size: 16px; 
  color: #888888;
}

INPUT {
  height: 26px;
}

INPUT, TEXTAREA, SELECT {
  font-size: 20px; 
  background: url( '/images/formInput.gif' ) repeat-x scroll 0 0 #FFFFFF;
  border: 1px solid #C2C2C2;
  padding: 2px 6px 0 4px;
  color: #4488BB;
}

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

A:hover {
  text-decoration:  underline;
}

A:hover IMG {
  text-decoration:  none;
}


A:visited {
  color:            #0084B4;
}

BODY {
  text-align:       center;
  color:            #666666;
  background-color: #3E4A56;
  margin:           0;  
  padding:          0;  
}

H1, 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, 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 #888888; 
  border-left:      1px solid #888888; 
  border-bottom:    1px solid #888888; 
  border-right:     1px solid #888888; 
  margin-top:       20px;
}

TABLE.mainLayout TD.menuBar {
  background-color: #000000; 
  color:            #FFFFFF; 
  border-top:       1px solid #888888; 
  border-bottom:    1px solid #888888; 
  font-size:        8pt;
  padding-left:     10px;
  padding-right:    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: #333333; 
  color:            #FFFFFF;
  border-top:       1px solid #888888;
  font-size:        8pt;
  padding-right:    4px;
}

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

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

.pageTitle {
  font-family:      serif;
  font-size:        40px;
  font-weight:      bold;
  color:            #22AACC;
  text-align:       center;
  margin-top:       12px;  
  margin-bottom:    18px;  
  border-bottom:    1px dotted #166F36;
  text-shadow:      2px 2px 3px #DDDDDD;
  font-family:      Times New Roman,Times,Georgia;
}

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

