
body
{
	background-color:	#f0f0f0;
	margin:				auto;
	margin-left:		0px;
	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
	scrollbar-face-color:       #999999 !important;
	scrollbar-shadow-color:     #ffffff !important;
	scrollbar-highlight-color:  #ffffff !important;
	scrollbar-3dlight-color:    #999999 !important;
	scrollbar-darkshadow-color: #999999 !important;
	scrollbar-track-color:      #f3f3f3 !important;
	scrollbar-arrow-color:      #ffffff !important;
}
form
{
	display:	inline;
	margin:		0;
	padding:	0;
}
img
{
	border:		0;
}


.text1
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		24px;
	color:			#666666;
}
.text2
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		14px;
	color:			#666666;
}
.code1
{
	font-family:	'Courier New', Courier, monospace;
	font-size:		10pt;
	text-align:		justify;
	color:			#333333;
}
.link
{
	font-family:		Tahoma, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	text-decoration:	none;
	color:				#000000;
	border-bottom:		1px solid #990000;
}
a.link:hover
{
	color:				#990000;
	border-bottom:		1px solid #ff0000;
}
.copyright
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#666666;
	letter-spacing:		-1px;
}
a.copyright
{
	color:				#000000;
	text-decoration:	none;
	border-bottom:		1px solid #990000;
}
a.copyright:hover
{
	color:				#990000;
	border-bottom:		1px solid #ff0000;
}
.line
{
	font-family:		sans-serif;
	font-size:			1px;
	height:				1;
	background-image:	url('sp_h.gif');
	background-repeat:	repeat-x;
	margin-top:			0;
	margin-bottom:		0;
}
.tooltip
{
	position:			absolute;
	visibility:			hidden;
	top:				0px;
	left:				0px;
	z-index:			2;

	width:				328;
	font:				8pt Tahoma, Arial, Helvetica, sans-serif;
	padding:			8px;
	border:				1px solid #666666;
	color:				#333333;
	background-color:	#fffff0;

	filter:			alpha(opacity=90);
	-moz-opacity:	.9;
	opacity:		.9;
}


.frame
{
	width:		600px;
	height:		100%;
}
.pageL
{
	background-image:	url(page_l.png);
	width:				8px;
}
.pageR
{
	background-image:	url(page_r.png);
	width:				8px;
}
