body, textarea
{
	scrollbar-base-color:#c0c0c0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#c0c0c0;
	scrollbar-track-color:#c0c0c0;
	scrollbar-darkshadow-color:#c0c0c0;
	scrollbar-shadow-color:#c0c0c0;
	scrollbar-track-color:#c0c0c0;
}

body, table, td, p
{
	font-size:10px;
	font-family:Verdana, Arial;
}

hr
{
	height:1px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

a:link {text-decoration:underline; color:#000000; background:none; }
a:visited {text-decoration:underline; color:#000000; background:none; }
a:hover {text-decoration:none; color:#000000; background:none; }
a:active {text-decoration:underline; color:#000000; background:none; }

a.main:link {text-decoration:none; color:#000000; background:none; }
a.main:visited {text-decoration:none; color:#000000; background:none; }
a.main:hover {text-decoration:none; color:#0000AF; background:none; }
a.main:active {text-decoration:none; color:#000000; background:none; }

.border {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	}

.plan {
	border-width:1px;
	border-style:solid;
	border-color:#FF0000;
	}

.maintable {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#808080;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#808080;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#808080;
	}

.PspecLabel {
	position: absolute ;
	left: -200px;
	top: -3px;
	width: 200px;
	display: none;
	background: #ffffff no-repeat 5px 7px;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 5px;
	padding-left: 15px;
	font-weight: normal;
	line-height: 11px; 
	}
