body 
	{
	font-size: 12pt; 
	font-family: calibri, verdana;
	color: #41454d; 
	background-image: url(images/bg-01.gif);
	background-repeat: no-repeat; 
	margin: 0px;
	}

td
	{
	font-size: 11pt; 
	font-family: calibri, verdana;
	color: #313131; 
	}

h1
	{
	font-size: 13pt; 
	font-weight: bold; 
	font-family: calibri, verdana;
	color: #313131; 
	}

h2
	{
	font-size: 11pt; 
	font-weight: bold;
	font-family: calibri, verdana;
	color: #313131; 
	}

h3
	{
	font-size: 11pt; 
	font-weight: bold;
	font-family: calibri, verdana;
	color: #313131; 
	}

h4
	{
	font-size: 11pt; 
	font-weight: bold;
	font-family: calibri, verdana;
	color: #313131; 
	display: inline;
	}


a:link 
	{ 	
	color: #1b1b1b; 
	text-decoration: underline;
	}

a:active 
	{ 	
	color: #1b1b1b; 
	text-decoration: none;
	}

a:visited 
	{ 	
	color: #1b1b1b; 
	text-decoration: none;
	}

a:hover 
	{ 
	color: #41454d; 
	text-decoration: none;
	}

.small
	{ 
	font-size: 8pt; 
	font-family: calibri, verdana;
	color: #1b1b1b; 
	}

.small2
	{ 
	color: #41454d; 
	font-family: calibri, verdana;
	font-size: 8pt; 
	}

#tabs 
	{
	float:left;
	width:100%;
	background: transparent;
	font-size:100%;
	font-weight: bold; 
	line-height:normal;
	border-bottom: 0px solid TRANSPARENT;
      	}

#tabs ul 
	{
	margin:0;
	padding: 0px 5px 0 20px;
	list-style:none;
      	}

#tabs li 
	{
      	display:inline;
      	margin: 0;
      	padding:0;
      	}

#tabs a 
	{
      	float:left;
      	background:url("images/tableft.png") no-repeat left top;
      	margin:0;
      	padding:0 0 0 5px;
      	text-decoration:none;
      	}

#tabs a span 
	{
      	float:left;
      	display:block;
      	background:url("images/tabright.png") no-repeat right top;
      	padding:8px 21px 8px 21px;  /* TOP|RIGHT|BOTTOM|LEFT - CHANGE RIGHT AND LEFT FOR SPACING THE MENU BUTTONS, ALSO SEE FONT-SIZE IN #TABS */
      	color: #262626;
      	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span 
	{
	float:none;
	}
/* End IE5-Mac hack */

#tabs a:hover span 
	{
      	color:#262626;
      	}

#tabs a:hover 
	{
      	background-position:0% -42px;
      	}

#tabs a:hover span 
	{
      	background-position:100% -42px;
      	}
