@import url(bw-basic.css);
@import url(bw-boxen.css);
@import url(bw-special.css);

.x { color: #D8042B; font-weight: bold; } 

a.nav_blue { color: #162648; font-weight: bold; font-size: 10pt; } 
a.nav_blue:hover { color: #162648; font-weight: bold; font-size: 10pt; } 
a.nav_white { color: #FFFFFF; font-weight: bold; font-size: 10pt; }
a.nav_white:hover { color: #FFFFFF; font-weight: bold; font-size: 10pt; }

.cms_contenttext {
  line-height: 1.3em;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.std_l { background-image: url(../images/menu-std-l.gif); background-repeat: no-repeat; }
.std_m { background-image: url(../images/menu-std-m.gif); background-repeat: repeat-x; }
.std_r { background-image: url(../images/menu-std-r.gif); background-repeat: no-repeat; }

.hgh_l { background-image: url(../images/menu-hgh-l.gif); background-repeat: no-repeat; }
.hgh_m { background-image: url(../images/menu-hgh-m.gif); background-repeat: repeat-x; }
.hgh_r { background-image: url(../images/menu-hgh-r.gif); background-repeat: no-repeat; }

.sel_l { background-image: url(../images/menu-sel-l.gif); background-repeat: no-repeat; }
.sel_m { background-image: url(../images/menu-sel-m.gif); background-repeat: repeat-x; }
.sel_r { background-image: url(../images/menu-sel-r.gif); background-repeat: no-repeat; }

