@charset "utf-8";
/* Aress Software Typography Styles
   Updated: Thu 17.03.08 @ 9:30 p.m.
   Author:     Aress Software
   ----------------------------------------------------*/


/* GENERIC
   ----------------------------------------------------*/

body { margin: 0px; padding: 0px; font: 12px Arial, "Lucida Sans", "Lucida Sans Unicode"; color: #595858; text-align: justify }

#mainFrame { width: 960px; margin: 0px auto; height: auto }

.clear { clear: both }

.clearright { clear: right }


/* TABBED
   ----------------------------------------------------*/

div.tabArea {
  font-size: 11px;
  font-weight: bold;
}

a.tab {
  background-color: #c6e3f2;
  border: 1px dotted #c6e3f2;
  border-bottom-width: 0px;
  padding: 10px 0.7em 10px 0.7em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #373737;
}

a.tab:hover {
  background-color: #fff;
  color: #606060;
  border-left: 1px dotted #989898; border-right: 1px dotted #989898; border-top: 1px dotted #989898;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #fff;
  color: #000000;
  padding-bottom: 13px;
 
}

a.tab.activeTab {
  z-index: 102;
  border-left: 1px dotted #989898; border-right: 1px dotted #989898; border-top: 1px dotted #989898;
}

iframe.tabContent {
  background-color: #fff;
  margin-top: 0px;
  width: 650px;
}

div.tabIframeWrapper {
  width: 100%;
}

div.tabMain {
  background-color: #fff;
  border: 1px dotted #989898;
  padding: 1em;
  margin-top: 12px;
}


.tabContent { width: 620px;  }

.tabContent p img { float: left; clear: left; margin-right: 20px; }

.tabContent p { display: block; margin-bottom: 40px; margin-top: 0; min-height: 76px }

.title { color: #76a703; font: bold 12px/30px Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode" }

.redlink { color: #CC0000; font: 11px/30px "Trebuchet MS"; text-decoration: none; border-bottom: dotted #0066CC 1px }

.tabContent-small { width: 630px; height: 100px; }

.tabContent-small p img { float: left; clear: left; margin-right: 20px; }

.tabContent-small p { display: block; margin-bottom: 40px; margin-top: 0; min-height: 76px }

