body {
	background-color: black;
	color:            silver;
	font-size:        9pt;
	scrollbar-face-color:       black;
	scrollbar-track-color:      black;
	scrollbar-arrow-color:      red;
	scrollbar-highlight-color:  red;
	scrollbar-3dlight-color:    black;
	scrollbar-shadow-color:     red;
	scrollbar-darkshadow-color: black;
	scrollbar-width:            20;
	background-attachment: scroll;
	background-image:      url(ig_cross.jpg);
	background-repeat:     no-repeat;
	background-position:   70 170;
	margin: 0px;
	padding: 0px;
}
a {
	color:           royalblue;
	text-decoration: none
}
a:hover {
	color:           gold;
	text-decoration: underline
}
table{
	width:        100%;
	border-width: 0px;
	border-style: solid;
	margin:       0pt
}
td {
	font-size:        9pt;
	color:            gray;
	background-color: black;
	border-width:     0px;
	border-style:     solid;
	margin:           0px;
	padding:          1px;
}
td.titleArea {
	border-width:     0px 0px 0px 0px;
	border-color:     red;
	color:            gray;
	font-weight:      normal;
	width:            100px;
}
td.dataArea {
	border-width:     0px 0px 1px 0px;
	border-color:     red;
	vertical-align:   top;
	text-align:       left;
	color:            gray;
}
hr {
	border-width: 1px;
	height:       1px;
	border-color: red;
	border-style: solid;
}
div {
	scrollbar-face-color:       black;
	scrollbar-track-color:      black;
	scrollbar-3dlight-color:    black;
	scrollbar-darkshadow-color: black;
	scrollbar-arrow-color:      red;
	scrollbar-highlight-color:  red;
	scrollbar-shadow-color:     red;
}
div.tit {
	font-size:       12pt;
	font-weight:     bold;
	color:           gold;
	text-decoration: underline;
}
div.sub {
	font-size:       9pt;
	font-weight:     bold;
	color:           red;
	text-decoration: none;
}
}
div.update {
	font-size:       9pt;
	color:           orange;
	text-decoration: none;
}
}
div.normal {
	font-size:       9pt;
	color:           silver;
	text-decoration: none;
}
div.Box1 {
	position:    absolute;
	top:         120;
	left:        10;
	padding:     4px;
	border:      1px solid;
	border-color:blue;
	line-height: normal;
	width:       400px;
	height:      200px;
	overflow:    auto;
	scrollbar-arrow-color:      blue;
	scrollbar-highlight-color:  blue;
	scrollbar-shadow-color:     blue;
}
div.Box2 {
	position:    absolute;
	top:         120;
	left:        420;
	padding:     4px;
	border:      1px solid;
	border-color:red;
	line-height: normal;
	width:       400px;
	height:      360px;
	overflow:    auto;
}
div.Box3 {
	padding:     4px;
	border:      1px solid;
	border-color:green;
	line-height: normal;
	width:       98%;
	height:      90%;
	overflow:    auto;
	scrollbar-arrow-color:      green;
	scrollbar-highlight-color:  green;
	scrollbar-shadow-color:     green;
}
div.counter {
	position:    absolute;
	top:         410;
	left:        180;
}
iframe {
	width:  100%;
	height: 100%;
	border: 0px solid;
}
