
background { color: #ffffff; }
body, td    { color: #000000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.header  { font-weight: bold; font-size: 16px }
.super-header  { font-weight: bold; font-size: 20px; color: #23246F; }
.subhead  { font-size: 14px; font-weight: bold }
.small   { font-size: 11px }
.big  { font-size: 15px }
a:link    { color: #2e3092; text-decoration: underline }
a:visited    { color: #2e307a; text-decoration: underline }
a:hover  { text-decoration: none }
a:active    { color: #b00303; text-decoration: underline }
.subhead2 { color: #23246F;  font-weight: bold; font-size: 14px; }
.subhead3 { color: #b00303;  font-weight: bold; font-size: 16px; }
.box_n {
  width: 415px; 
  background: url(images/box_n.gif) 0 0 repeat-x;
	margin: 5px;
}
.box_s {
  background: url(images/box_s.gif) 0 100% repeat-x
}
.box_w {
  background: url(images/box_w.gif) 0 0 repeat-y
}
.box_e {
  background: url(images/box_e.gif) 100% 0 repeat-y
}
.box_sw {
  background: url(images/box_sw.gif) 0 100% no-repeat;
}
.box_se {
  background: url(images/box_se.gif) 100% 100% no-repeat
}
.box_nw {
  background: url(images/box_nw.gif) 0 0 no-repeat
}
.box_ne {
  background: url(images/box_ne.gif) 100% 0 no-repeat; 
  text-align:center; 
  padding: 13px;
}

ul.gaps li {
	margin-bottom: 1em;
}
#flashcontent {
	width: 500px;
	height: 530px;
}
