.border_grey { 
  background-color: RGB(226,226,226)
}

.text_mini_nav { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(72,72,72);
  text-decoration: none;
  vertical-align: top;
  text-align: center;
}

.text_main { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(72,72,72);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
.text_main_rightalign { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(72,72,72);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: right;
}
.text_small { 
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: xx-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(72,72,72);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}

.border_darkblue { 
  background-color: RGB(51,77,128)
}

.bg_dp { 
  background-color: RGB(245,245,255);
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(72,72,72);
  text-decoration: none;
  line-height: 2;
  text-align: left;
}
.bg_grey { 
  background-color: RGB(225,228,242);
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(34,34,156);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
.heading {
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
  color: RGB(0,0,128);
  text-decoration: none;
  vertical-align: top;
  text-align: center;
}

.heading_blocks {
  background-color: RGB(0,0,128);
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
  color: RGB(0,0,128);
  text-decoration: none;
  vertical-align: top;
  text-align: center;
}

.subheading {
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
  color: RGB(0,128,0);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}

.menu {
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: bold;
  font-style: normal;
  color: RGB(34,34,156);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  background-color: RGB(225,228,242);
}

.bottom_menu {
  font-family: verdana,arial,helvetica,sans-serif; 
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
  color: RGB(34,34,156);
  text-decoration: none;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  background-color: RGB(225,228,242);
}

A:link { 
text-decoration: underline; 
color: RGB(72,72,72);
}
A:visited { 
text-decoration: underline; 
color: RGB(72,72,72);
}
A:active { 
color: RGB(0,0,128);
}
A:hover	{ 
text-decoration: none; 
color: RGB(0,0,128);
}