﻿body
{
	margin:0;
	padding:0;
	height:100%;
  min-height: 100%;
  background-color: #c1c1c1;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 13pt;
}
table.maintable
{
	margin:0;
	padding:0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	border: 0;
}

td.Item {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif ;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
  width: 265px;
  height: 46px;
  background-image: url(images/cb_normal.gif);
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
td.Highlight {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif ;
  font-size: 14pt;
  font-weight: bold;
  color: #FFFFFF;
  width: 265px;
  height: 46px;
  background-image: url(images/cb_chosen.gif);
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
td.HighlightDown {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif ;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
  width: 265px;
  height: 46px;
  background-image: url(images/cb_chosen_down.gif);
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
td.ItemTop {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif ;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
  width: 265px;
  height: 46px;
  background-image: url(images/first_normal.gif);
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
td.HighlightTop {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif ;
  font-size: 14pt;
  font-weight: bold;
  color: #FFFFFF;
  width: 265px;
  height: 46px;
  background-image: url(images/first_chosen.gif);
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
td.ItemBottom {
  width: 265px;
  height: 30px;
  background-image: url(images/menu_down_normal.gif);
  cursor: default;
}
td.HighlightBottom {
  width: 265px;
  height: 30px;
  background-image: url(images/menu_down_chosen.gif);
  cursor: default;
}
table.BottomMenu{
  background-color: #152d65;
  width: 100%;
  height: 36px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  border: 0;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
a.mblink:link{
  color: #FFFFFF;
  font: Arial Narrow;
  font-size: 12pt;
  text-decoration: none;
}
a.mblink:visited{
  color: #FFFFFF;
  font: Arial Narrow;
  font-size: 12pt;
  text-decoration: none;
}
a.mblink:active{
  color: #FFFFFF;
  font: Arial Narrow;
  font-size: 12pt;
  text-decoration: none;
}
a.mblink:hover{
  color: #FFFFFF;
  font: Arial Narrow;
  font-size: 12pt;
  text-decoration: underline;
}
a.bottomlink:link{
  color: #000000;
  font: Arial Narrow;
  text-decoration: none;
}
a.bottomlink:visited{
  color: #000000;
  font: Arial Narrow;
  text-decoration: none;
}
a.bottomlink:active{
  color: #000000;
  font: Arial Narrow;
  text-decoration: none;
}
a.bottomlink:hover{
  color: #000000;
  font: Arial Narrow;
  text-decoration: underline;
}
a:link{
  color: #152d65;
  font: Arial Narrow;
  font-weight: bold;
  text-decoration: underline;
}
a:visited{
  color: #152d65;
  font: Arial Narrow;
  font-weight: bold;
  text-decoration: underline;
}
a:active{
  color: #152d65;
  font: Arial Narrow;
  font-weight: bold;
  text-decoration: underline;
}
a:hover{
  color: #152d65;
  font: Arial Narrow;
  font-weight: bold;
  text-decoration: none;
}
h1{
  font: Arial Narrow 18pt bold;
  color: #94221b;
  margin-bottom: 15px;
}
h2{
  font: Arial Narrow 16pt bold;
  color: #94221b;
  margin-bottom: 10px;
}
h3{
  font: Arial Narrow 14pt bold;
  color: #94221b;
  margin-bottom: 2px;
}

