<!--

.tabular_links
{	font-size: 14px;
	font-family: arial, verdana, tahoma;
	margin-bottom: 0px;
	padding: 0px;
	
}

.tabular_links .othertabs
{	
	background: #f4ede3 ;
	BORDER: #950000 1px solid; 
	Padding-top: 3px;
	Padding-left: 12px;
	Padding-right: 12px;
	Font-Size:12px;
	font-weight:bold;
	Font-family: verdana;
	Float: left;
	Text-Align: Center;
	HEIGHT: 27px;
	
}

.tabular_links .blanks
{	BACKGROUND-COLOR: white; 
	BORDER-LEFT: white 0px solid; 
	BORDER-RIGHT: white 0px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-BOTTOM: #950000 3px solid; 
	Padding: 1px;
	HEIGHT: 27px;
	Float: left;
}

.tabular_links .currenttabs
{	BACKGROUND-COLOR: #77a8de; 
	BORDER-LEFT: #2a4882 1px solid; 
	BORDER-RIGHT: #2a4882 1px solid; 
	BORDER-TOP: #2a4882 1px solid; 
	BORDER-BOTTOM: white 0px solid; 
	Padding-top: 3px;
	Padding-left: 12px;
	Padding-right: 12px;
	Font-Size:12px;
	HEIGHT: 27px;
	font-weight:bold;
	Font-family: Arial;
	Float: left;
	Text-Align: Center;
	
}


.tabular_links .currenttabs a
{	text-decoration: none;
	color: white;
}

.tabular_links .othertabs a
{	text-decoration: none;
	color: #950000;
}


.border_region
{	width:625px;
	BORDER-LEFT: #2a4882 1px solid; 
	BORDER-RIGHT: #2a4882 1px solid; 
	BORDER-BOTTOM: #2a4882 1px solid; 
}

.border_region_tab
{
	BORDER-TOP: #2a4882 1px solid; 
	
}
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:610;
      font-size:8;
      line-height:normal;
          border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("/images/tab_images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
	  text-align:center;
      display:block;
      background:url("/images/tab_images/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }
-->