body {
background:url(bg.gif) center top repeat-y #e3e3e3;
}

form {
	margin: 0px;
	padding: 0px;
}

td.txt-small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
font-weight:bold;
}

/*--------------------------------------------------
  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 {
	display: none;
}

.tabberlive {
	margin-top: 0em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav: {
	float: left;
	color: #FFFFFF;
	font: bold 12px Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	padding: 0px;
}


ul.tabbernav li {
	color: #FFFFFF;
	font: bold 12px Verdana, sans-serif;
	display: inline;
	float: left;
	list-style: none;
	margin: 0px;
	text-decoration: none;
}


ul.tabbernav li a {
	display: block;
	margin-left: 2px;
	padding: 3px 8px 3px 8px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
	text-decoration: none;
	top: 1px;
}

ul.tabbernav li a:hover {
	text-decoration: underline;
}

ul.tabbernav li.tabberactive a {
	background: url(right_sh.gif) left top repeat-x;
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding: 4px 8px 3px 8px;
	text-decoration:none;
}

ul.tabbernav li.tabberactive a:hover {
	
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	float: left;

	padding: 0px 0px 0px 0px;
	width: 570px;

}

.tabberlive .tabbertab,  .tabberlive .tabbertab * {
	color: #000000;
	font: 11px Verdana, sans-serif;
}

.tabberlive .tabbertab .e {
	display: block;
	height: 50px !important;
}

.tabberlive .tabbertab .e input {
	vertical-align: middle;
}

/* 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 {

}


div.content_hl {
text-align:left;
padding:2px 0 0 30px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px !important;
}

div.content_hl h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px !important;
color:#333333;
clear:both;
font-weight:bold;
}

div.content_hl img {
margin: 0 16px 16px 0;
float:left;
background:url(glow.gif) left top no-repeat;
padding:7px;
}

div.content_hl a {
font-family:Arial, Helvetica, sans-serif;
font-size:14px !important;
}

div.content_hl a:hover {
color:#FF0000;
}

div.content_hl td {
font-family:Arial, Helvetica, sans-serif;
font-size:14px !important;
}

div.newsblock img{
background:url(small_bg.gif) left top no-repeat !important;
padding:7px !important;
}
mportant;
}

