﻿*{margin:0;padding:0;}


#header
{
	border: 0px solid #FFFFFF;
	background-image: url('images/header.gif');
	border-top: 0px;
	background-color: #000000;
	position: relative;
	height: 128px;
}




#content a
{
	color: #0574c6;
	text-decoration: none;
	margin-bottom: 7px;
	font-weight: none;
}

#content a:hover
{
	text-decoration: underline;
}



#content
{
	margin-right: 25px;
	background-color: #ffffff;
	text-align: justify;
	
}



#content h2
{
	font-size: 18px;
	color: #5D5D5D;
}

#content p
{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#content table
{
	color: #6b6a67;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.tda
{
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.td
{
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

A.top:link    {color:#fabd00; text-decoration:none; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
A.top:visited {color:#fabd00; text-decoration:none; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
A.top:active  {color:#fabd00; font-weight: normal; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none}
A.top:hover   {color:#ffffff; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px}

A.url:link    {color:#0574c6; text-decoration:none; font-weight: none; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
A.url:visited {color:#0574c6; text-decoration:none; font-weight: none; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
A.url:active  {color:#0574c6; text-decoration: none; font-weight: normal; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
A.url:hover   {color:#0a43c3; font-weight: bold; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

/*#box
{
	position: absolute;
	top: 160px;
	left: 920px;
	width: 150px;
	background-image: url('images/leftmenu_bg.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 0px;
	padding-left: 72px;
	height: 43px;
	font-size: 12px;
	color: #FFFFFF;
}

#box span
{
	margin-left: 3px;
	color: #EDB3B3;
	padding: 0;
	margin: 0;
	display: block;
}*/

#rightmenu
{
	float: right;
	background-color: #F4F2E6;
	width: 170px;
	margin-left: 800px;
	margin-bottom: 25px;
	margin-top: 0px;
	background-image: url('images/leftmenu_bg.gif');
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	
}

#rightmenu p
{
	margin-bottom: 8px;
	
}


/*--------------------------------------------------
  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;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #DDDBDB;
 font: bold 11px tahoma,Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #DDDBDB;
 border-bottom: none;
 background: #A5D700;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #9CED00;
 border-color: transparent;
}

ul.tabbernav li.tabberactive a
{
 background-color: #9CED00;
 border-bottom: 1px solid #DDDBDB;
 color:#fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid #DDDBDB;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #DDDBDB;
 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:200px;
 overflow:auto;
}
