.smTag {font-size: 11px;color:#666666;}
.nav,.nav td {padding: 0px 10px 0px 10px;font-weight:bold;font-size: 12px;color: #ffffff;}
.navMenu,.navMenu td {padding: 0px 10px 0px 10px;font-size: 11px;}
.nav2,.nav2 td {padding: 0px 10px 0px 0px;font-size: 10px;color: #ffffff;}
.navOn,.navOn td {padding: 0px 10px 0px 10px;font-weight:bold;font-size: 12px;color: #ffffff;border-right: 1px solid #99B3CC;border-left: 1px solid #99B3CC; background-image: url(images/bg_navOn.gif);}
Body {background-color: #FFFFFF;}
.body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration:none}

.header,.header td {padding: 0px 0px 3px 0px;font-weight:bold;font-size: 13px;color: #003366;border-bottom: 3px solid #3399CC;}
.headerB,.headerB td {padding: 3px;font-size: 10px;background-color: #E1F0F7; margin-bottom:5px;}

.ad,.ad td {padding: 5px;border: 1px solid #CCCCCC;}
.smAd {font-weight:bold;font-size: 11px; color: #333333;}
.smNotice {font-size: 11px; line-height:20px;}
.footer {padding-top: 8px;font-size: 11px;border-top: 1px solid #CCCCCC;}

.sm {font-size: 12px;}

.box,.box table {padding: 10px;border: 1px solid #CCCCCC;}

TD {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;}
DIV {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;}
LI {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;}
INPUT {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;}
Select {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 11px;color:#000000;}

A.wh {color: white;text-decoration: none;}
A.wh:Hover {color: white;text-decoration: underline;}

A {color: #003399;text-decoration: underline;}
A:Hover {color: #003399;text-decoration: none;}

A.blue {color: #006699;text-decoration: none;}
A.blue:Hover {color: #006699;text-decoration: underline;}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-bottom:2em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 6px 0;
 border-bottom: 1px solid #3399CC;
 font: bold 13px Arial;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 6px;
 margin-left: 0px;
 border: 1px solid #E5E5E5;
 border-bottom: none;
 background: #F5F5F5;
 text-decoration: none;
 color:#00008B;
 font-size:13px;
}


ul.tabbernav li a:link { color: #00008B; }


ul.tabbernav li a:hover
{
	color:#999999;
 text-decoration: underline;
}

ul.tabbernav li.tabberactive a
{
 background-image: url(images/tabOn_bg.gif);
 border: 1px solid #3399CC;
 border-bottom: 1px solid #C1E0F0;
 color:#003366;
}

ul.tabbernav li.tabberactive a:hover
{
 color:#003366;
 text-decoration: underline;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:6px;
 border:1px solid #3399CC;
 background-color: #C1E0F0;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:225px;
 /*overflow:auto;*/
}