PRE			{font-family: Courier;}

BODY,P,TD,H1,H2,H3,H4,H5,H6,UL,OL,LI,HR,TT
			{font-family: Verdana,Arial,Helvetica;
			 font-size: 10pt;
			 color: #bbbbbb;}

TH			{cursor: pointer;
			 border: 1px solid #666666;}

H1,H2,H3,H4,H5,H6
			{font-weight: bold;
			margin-top: 0px;
			margin-bottom: 0px;}

H1			{font-size: 16pt;}

H2			{font-size: 14pt;}

H3			{font-size: 12pt;}

H4			{font-size: 10pt;}

H5			{font-size: 8pt;}

H6			{font-weight: normal;
			font-size: 8pt;}

a			{text-decoration: none;}
a:link		{color: #9999ff;}
a:visited	{color: #9999ff;}
a:active	{color: #9999ff;}
a:hover		{color: #CCCCff; background-color: #000000;}
a.aref 		{background: url(../system/pointers/a.gif) center right no-repeat; padding-right: 12px; }
a.aref2   	{background: url(../../system/pointers/a.gif) center right no-repeat; padding-right: 12px; }
a.aref3 	{background: url(../../../system/pointers/a.gif) center right no-repeat; padding-right: 12px; }

span#last	{color: #00bfff;}
span#arrow	{font-size: 24pt; font-weight : bold;}
span#red	{color: #ffaaaa;}
span#grey	{color: #555555;}

.dg			{color: #555555;}
.g			{color: #666666;}
.i			{font-style : italic;}
.ig			{color: #666666; font-style : italic;}
.ilg		{color: #888888; font-style : italic;}
.sidg		{color: #555555; font-size: 8pt; font-style : italic;}
.silg		{color: #888888; font-size: 8pt; font-style : italic;}
.w			{color: #ffffff; font-weight : bold;}
.bk			{color: #000000; font-weight : bold;}

div.header {
  z-index: 0;
  position: fixed;
  background: #000000;
  margin-top: -60px;
  width: 1200px;
}

div.content {
  z-index: 1;
  margin-top: 60px;
}

div.header1 {
  z-index: 1;
  position: fixed;
  background: #000000;
  margin-top: -30px;
  width: 1200px;
}

div.content1 {
  z-index: 0;
  margin-top: 30px;
}

input, select, textarea
			{background-color: #999999;
			 border: 1px solid #999999;
			 font-family: Verdana,Arial,Helvetica;
			 font-size:8pt;}
       
.zoom {
    transition: transform .2s;
    width: 0px;
    height: 75px;
    margin: 0;
}

.zoom:hover {
    -ms-transform: scale(5); /* IE 9 */
    -webkit-transform: scale(5); /* Safari 3-8 */
    transform: scale(5); 
}

.hover_img a { position:relative;}
.hover_img a span { position:fixed; top: 40px; left:90px; display:none; z-index:99; }
.hover_img a:hover span { display:block; }

.popup {
	color: #ffffff;
	zoom:1.0;
	position:relative;
	text-decoration:none;
}
.popup span {
	position:fixed;
	left:-999em;
	z-index:990;      
}
.popup:hover {visibility:visible;}
.popup:hover span {top:80px; left:544px;}
* html .popup span {position:absolute;}

.popup2 {
	color: #9999ff;
	zoom:1.0;
	position:relative;
	text-decoration:none;
}
.popup2 span {
	position:fixed;
	left:-999em;
	z-index:990;      
}
.popup2:hover {visibility:visible;}
.popup2:hover span {top:300px; left:50px;}
* html .popup2 span {position:absolute;}

.chart {
	color: #9999ff;
	zoom:1.0;
	position:relative;
	text-decoration:none;
}
.chart span {
	position:fixed;
	left:-999em;
	z-index:990;
	top:100px; 
	left:100px;
}
* html .chart span {position:absolute;}

.picleftwithborder {
	float: left;
	border: solid 1px #000000;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.picleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.picrightwithborder {
	float: right;
	border: solid 1px #000000;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.picright {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

