
.boxLightBlueMain {
	background-color: #B0C8D6;
	line-height: 14px;
}
.boxLightBlueL {
	background-image: url(../gfx/box_lightblue_left.gif);
}
.boxLightBlueR {
	background-image: url(../gfx/box_lightblue_right.gif);
}
.boxLightBlueT {
	background-image: url(../gfx/box_lightblue_top.gif);
	width: 100%;
}
.boxLightBlueB {
	background-image: url(../gfx/box_lightblue_bottom.gif);
}



.boxDarkBlueMain, .boxDarkBlueMain td {
	background-color: #407A9B;
	line-height: 14px;
	color: #fff;
}

.boxDarkBlueL {
	background-image: url(../gfx/box_darkblue_left.gif);
}
.boxDarkBlueR {
	background-image: url(../gfx/box_darkblue_right.gif);
}
.boxDarkBlueT {
	background-image: url(../gfx/box_darkblue_top.gif);
	width: 100%;
}
.boxDarkBlueB {
	background-image: url(../gfx/box_darkblue_bottom.gif);
}
.boxDarkBlueMain h1 {
  font-size: 14px;
  color: #fff;
  padding: 0px 0px 7px 5px;
  margin: 0px;
}
.boxMultiBG1, .boxMultiBG2 {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2px 2px 2px 5px;
  line-heigth: 10px;
}
.boxMultiBG1 {
  background-image: url(../gfx/box_darkblue_everyother.gif);
  background-repeat: repeat-y;
}
.boxMultiBG1:hover, .boxMultiBG2:hover {
  text-decoration: underline;
}




.mainContainerL {
	background-image: url(../gfx/main_container_left.gif);
}
.mainContainerR {
	background-image: url(../gfx/main_container_right.gif);
}
.mainContainerT {
	background-image: url(../gfx/main_container_top.gif);
	width: 100%;
}
.mainContainerB {
	background-image: url(../gfx/main_container_bottom.gif);
}
.mainContainer {
  background-color: #E5E5E5;
  font-size: 11px;
  color: #004151; 
  padding: 0px 3px 7px 3px;
  margin: 0px;
}

.mainContainer a {
  color: #004151;
  text-decoration: underline;  
}
.mainContainer a:hover {
  color: #000;
}

/*same color & style for wide and narrow article */
.wideArticle, .wideArticle a, .narrowArticle, .narrowArticle a {
  color: #333;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
}

.narrowArticle {
  display: table-row;	
}
/*same color & style for wide and narrow article heading */
.wideArticle h1, .narrowArticle h2, h1, h2 {
  padding: 0px;
  margin: 0px;
  color: #D87F00;
  font-weight: bold; 
}
.wideArticle h1, h1 {
  font-size: 14px;
}

.wideArticle img {
  margin: 3px 0px 5px 10px;
  display: block;
}
.wideArticle a:hover .text {
	color: #444;
	text-decoration: underline;
}
.wideArticle a {
  display: table-row;	
}
.wideArticle a:hover {
	text-decoration: underline;
}
.wideArticle a:hover h1 {
	text-decoration: underline;
	color: #AD6601;
}
.wideArticle {
  display: table-cell;
}

/*look at .wideArticle h1 above allso */
.narrowArticle h2, h2 {
  font-size: 12px;
}
.narrowArticle a:hover .text {
	color: #444;
	text-decoration: underline;
}
.narrowArticle a {
	display: block;
}
.narrowArticle a:hover {
	text-decoration: underline;
}
.narrowArticle a:hover h2 {
	text-decoration: underline;
	color: #AD6601;
}
.narrowArticle img {
  margin: 1px 13px 5px 0px;
}


.verticalLine {
  padding-top: 5px;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}


img {
  padding: 0px;
  margin: 0px;
}



.terningKast td {
	background-color: #fff !important;
	border-width: 0px !important;
	padding: 2px !important;
}