body {
	margin-bottom: 0px;
	font-family: arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#FDFBF7;
        }

/* links */
a { 
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #808080;
	background-color: inherit;

}
a:visited {
	color: #808080;
	background-color: inherit;

}
a.a:link {
        font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a.a:hover {
        font-size: 12pt;
        font-weight:bold;
	color: #A93C06;
	text-decoration: none;
}
a.a:visited {
        font-size: 12pt;
        font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a.b:link {
font-size: 12pt;
	color: #A93C06;
	text-decoration: none;
}
a.b:hover {
font-size: 12pt;
	color: #A93C06;
	text-decoration: none;
}
a.b:visited {
font-size: 12pt;
	color: #A93C06;
	text-decoration: none;
}
a.c:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.d:link {
	color: #000000;
	text-decoration: underline;
}
a.d:hover {
	color: #000000;
	text-decoration: underline;
}
a.d:visited {
	color: #000000;
	text-decoration: underline;
}
.text1 {
	color: 19548E;
        font-weight:bold;

}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
	}
#tabs ul {
	margin:0;
	padding:5px 10px 0 60px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  