body,table,td,th,p,div,input,textarea,select,pre {
	font-family:      verdana,arial,sans-serif;
	font-size:        8pt;
}


body {
  margin:           0px;
  background-color: white;
}

th {
    background-color: rgb(28,70,122);
    color: white;
    padding: 2px;
    white-space: nowrap;
}

td.formLabel {
  text-align: right;
  white-space: nowrap;
}
input, textarea, select {
  border-top:    1px solid rgb(28,70,122);
  border-left:   1px solid rgb(28,70,122);
  border-right:  1px solid rgb(28,70,122);
  border-bottom: 1px solid rgb(28,70,122);
}
input.check {
  border: none;
}

td.sideMenuItemSelected {
  color: rgb(28,70,122);
}

td.sideMenuItem {
    white-space: nowrap;
    border-top: 1px solid rgb(28,70,122);
    padding: 10px;
}

a:link {
    color: rgb(28,70,122);
}
a:visited {
    color: rgb(28,70,122);
}
a:hover {
    color: rgb(28,70,122);
}

a.sideMenu:link {
    color: #8A8A8A;
    white-space: nowrap;
    text-decoration: none;
}
a.sideMenu:visited {
    color: #8A8A8A;
    white-space: nowrap;
    text-decoration: none;
}
a.sideMenu:hover {
    color: rgb(28,70,122);
    white-space: nowrap;
    text-decoration: none;
}

ul {
  list-style-type: square;
}

ul.none {
  list-style-type: none;
  margin-top: 0px;
  padding-top: 0px;
}

ul.number {
  list-style-type: decimal;
  margin-top: 0px;
  padding-top: 0px;
}
ul.letter {
  list-style-type: lower-alpha;
  margin-top: 0px;
  padding-top: 0px;
}

h1 {
  color: rgb(28,70,122);
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  font-family: verdana;
}

h2 {
  color: rgb(28,70,122);
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
  font-family: verdana;
}
h3 {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  font-family: verdana;
  text-decoration: underline;
  margin-bottom: 0px;
}

h4 {
  font-size:        9pt;
  font-style:       normal;
  font-weight:      bold;
  font-family:      verdana;
  text-decoration:  none;
  margin-bottom:    0px;
}

img {
    border:         none;
}

div.promo {
  border:           1px solid black;
  padding:          5px;
  margin:           5px;
  width:            150px;
  text-align:       center;
  background-color: #E0E1E3;
}

div.quote {
    margin-top:     3em;
    font-style:     italic;
    font-size:     9pt;
}
div.quoteName {
    margin-top:     1em;
    margin-left:     2em;
    font-weight:     bold;
    font-size:     9pt;
}

div.standout {
  padding:          10px;
  margin:           30px;
  border:           1px solid black;
  background-color: rgb(229,229,239);
  font-weight:      bold;
  text-align:       center;
}
