* {
  font-family: verdana;
  font-size: 10px;
  color: #23475c;
}

a img { border: 0px; }
a { color: #508db6; }
a:hover { color: #23475c; }

ul, li { padding: 0px; margin: 0px;  list-style: none; }
li { background: url('arrow.gif') 15px 8px no-repeat; padding: 4px; padding-left: 25px; }

.t1 { color: #508db6; font-size: 10px; font-weight: bold; }
h2, .t2 { color: #23475c; font-size: 14px; font-weight: bold; text-transform:uppercase; margin:0; }
.t3 { font-size: 12px; font-weight: bold; text-transform:uppercase; text-decoration: underline; margin: 5px 0px; }

h1, .header { background: url('header_left.jpg') top left no-repeat; margin:0 0 6px 0; }
h1 div, .header div { background: url('header_right.jpg') top right no-repeat;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 31px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 11px;
  padding-left: 10px;
}

img.border { border: 1px solid #afc8d3; padding: 4px; }

.button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: center;
  background: url('button_bg.gif') top left no-repeat;
  height: 19px;
  padding-left: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { text-decoration: underline; color: #FFFFFF; }