body {margin:0px;
	padding:0px;
	FONT-SIZE: 10px;
	color:#888;
	font-family:arial;
	background-color:#d1dbdd;
	background-image:url(back.jpg);
	background-repeat:repeat-x;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR: #333;
	SCROLLBAR-TRACK-COLOR: #d1dbdd;
	SCROLLBAR-DARKSHADOW-COLOR: #f0f0f0;}
table, td, tr {
	line-height:15px;
	FONT-SIZE: 10px;
	font-family:arial;
	text-align:justify;
	color:#aaa;}
b, strong {color:#e77c72;}
s {color:#ddd;}
em {color:#51c9c2;}
u {color:#666;}
A:link { text-decoration: none; color:#1d547b;}
A:active {text-decoration: none; color:#1d547b;}
A:visited {text-decoration: none; color:#1d547b;}
A:hover { text-decoration: none; color: #e77c72;}
input,textarea,select{
    background:#E8EEEE;
	color:#777777;
	font-size: 11px;
	font-family: arial;
	border: #C5D8DB 1px solid;
	border-radius: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
}
.wrapper {margin:10px;margin-bottom:10px;}
.maintitle {   
	padding:10px;
	margin:0px;
	line-height:13px;
	FONT-SIZE: 13px;
	font-family:arial;
	text-align:right;
	font-weight:bold;
	background-color:#e8eeee;
	text-transform:uppercase;
	color:#777;}
.subtitle {   
	padding:6px;
	padding-left:10px;
	margin:5px;
	line-height:13px;
	FONT-SIZE: 9px;
	font-family:arial;
	text-align:left;
	border:4px solid #e8eeee;
	background-color:#c5d8db;
	color:#777;}
.SIDEmaintitle {   
	padding:7px;
	margin:0px;
	line-height:13px;
	FONT-SIZE: 10px;
	font-family:arial;
	text-align:left;
	font-weight:bold;
	background-color:#e8eeee;
	text-transform:uppercase;
	color:#777;}
.SIDEcontent, .content {
	padding:7px;
	margin:0px;
	line-height:15px;
	FONT-SIZE: 10px;
	font-family:arial;
	text-align:justify;
	color:#777;}
table, td, tr {
	line-height:15px;
	FONT-SIZE: 10px;
	font-family:arial;
	text-align:justify;
	color:#777;}	
h1 {
background: #e8eeee; 
font-family: Georgia;
 font-size:15px;
letter-spacing:2px;
		line-height: 15px; 
text-transform: uppercase;
padding: 5px; 
font-weight: bold;
		text-align: center;
		color:#777777; 


}
b, strong {color:#e77c72;}
s {color:#fff;}
em {color:#51c9c2;}
u {color:#666;}
A:link { text-decoration: none; color:#1d547b;}
A:active {text-decoration: none; color:#1d547b;}
A:visited {text-decoration: none; color:#1d547b;}
A:hover { text-decoration: none; color: #e77c72;}
a img {
filter: alpha(opacity=60); opacity: .6;
-moz-border-radius: 4px;
        border: 4px solid #e8eeee;
	margin:1px;}
a:hover img {
filter: alpha(opacity=90); opacity: .9;
       border: 4px solid #fff;
	margin:1px;}
/* $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;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 0px solid #778;
 font: normal 10px arial;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 0px solid #778;
 border-bottom: none;
 background: #D1DBDD;
 text-decoration: none;
-moz-border-radius: 4px;

}

ul.tabbernav li a:link { color: #1D547B; }
ul.tabbernav li a:visited { color: #1D547B; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #C5D8DB;
 border-color: #227;
-moz-border-radius: 4px;

}

ul.tabbernav li.tabberactive a
{
 background-color: #E8EEEE;
 border-bottom: 0px solid #E8EEEE;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #E8EEEE;
 border-bottom: 0px solid #E8EEEE;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #C5D8DB;
 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;
}

