div.tabBox {}

div.tabArea 
{
  font-size: 10;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
}

a.tab {
  background-color: #BDCCE1;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #003267;
}

a.tab:hover {
  background-color: #BCD6E3;
  border-color: #003267 #003267 #003267 #003267
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #003267 #003267 #003267 #003267;
  color: #003267;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #C9D5E7;
  border: 1px solid #003267;
  border-color: #003267 #003267 #003267  #003267;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
  height: 270
}

iframe.tabContent {
  background-color: #C9D5E7;
  width: 100%;
  height: 225;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

.smalltext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9px
}
.mediumtext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px
}
.mediumtextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.largetext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px
}

.whitesmalltext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:10px
}
.whitemediumtext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:12px
}
.redmediumtext
{
	font-family:Arial, Helvetica, sans-serif;
	color:#B5121B;
	font-weight:bold;
	font-size:12px
}
.whitelargetext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:18px
}
.redlargetext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B5121B;
	font-weight:bold;
	font-size:14px
}
.headertext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003267;
	font-size:12px;
	font-weight:bold
}
.lrblueborder
{
	border-top-width: 4;
	border-right-width: 4;
	border-bottom-width: 4;
	border-left-width: 4;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004F92;
	border-right-color: #004F92;
	border-bottom-color: #004F92;
	border-left-color: #004F92
}
.lrredborder
{
	border-top-width: 4;
	border-right-width: 4;
	border-bottom-width: 4;
	border-left-width: 4;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B5121B;
	border-right-color: #B5121B;
	border-bottom-color: #B5121B;
	border-left-color: #B5121B
}
.blueborder
{
	border-top-width: 2;
	border-right-width: 2;
	border-bottom-width: 2;
	border-left-width: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#BDCCE1;
	border-top-color: #003267;
	border-right-color: #003267;
	border-bottom-color: #003267;
	border-left-color: #003267
}
.blrblueborder
{
	border-top-width: 2;
	border-right-width: 2;
	border-bottom-width: 2;
	border-left-width: 2;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#BDCCE1;
	border-top-color: #003267;
	border-right-color: #003267;
	border-bottom-color: #003267;
	border-left-color: #003267
}
