/*********************************
 * style.css
 ***********
 * Author: Nicolas Hatier
 * Last Revision: 2001/03
 * Description: Contains the stylesheet used for html formatting in Reports
 **/

body {
	background-color: #F0F0f0;
	color: #001000;
	font-family: Tahoma,Arial;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	border: 0px solid black;
	scrollbar-3dLight-Color:#E0E0E0;
	scrollbar-Arrow-Color:#808080;
	scrollbar-Base-Color:#E0E0E0;
	scrollbar-DarkShadow-Color:#E0E0E0;
	scrollbar-Face-Color:#E0E0E0;
	scrollbar-Highlight-Color:#F0F0F0;
	scrollbar-Shadow-Color:#F0F0F0;
	scrollbar-Track-Color:#F0F0F0;
}

dl {
   font-size:8pt;
}

body.top {
	margin-top: 2px;
	margin-left: 4px;
	background-repeat:repeat-x;
}


table.top {
	border:0;
	width:100%;
	height:100%;
	background-color:transparent;
	margin:0px;
	padding:0px;
	table-layout:auto;
}

td {
   font-size: 11pt;
}

td.top {
	vertical-align:middle;
	color:#404040;
	font-size:11pt;
	font-family:Arial;
	font-variant:small-caps
}


table.header
{
	background-color:#206050;
	color: #FFFFFF;
	margin:0px;
	width:800px;
	height:50px;
	overflow:hidden;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td.header
{
	color: #FFFFFF;
	width:800px;
	overflow:hidden;
}

table.content {
 	border:0;
	width:800px;
 	background-color:transparent;
 	table-layout:fixed;
}

img.bar {
   width: 800px;
   height: 8px;
}

td.content {
	font-size:11pt;
	font-family:Arial, Tahoma;
	word-wrap:break-word;
   width:"100%";
}

A {
	text-decoration: none;
	color: #000080;
	font-size: 11pt;
}

.teamlbl {
	color:#808080;
	cursor:hand;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
}

a.reftitle {
   font-size: 14pt;
   color: #000080;
   font-weight:bold;
}

.origurl {
   font-size: 8pt;
   font-style: italic;

}

p {
   text-align:justify;
}

span.header {
	color:#808080;
	width:100%;
	font-size:8pt;
	font-variant:small-caps;
	font-weight:bold;
	font-family:Arial;
	position:relative;
	top:-3;
	left:-8;
}

