.winPart
{
	width:150;
	border-top: 4px solid white;
}

.winPartConent
{
	background-color: #CCCCCC;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.winPartBottom
{
	background-color: #ffffff;
	border-bottom:1px solid #000000;
}

.winPartHead
{
	background-color: #6699FF;
	font-size: 82%;
	font-family: verdana, arial, helvetica;
	color:#000000;
}

.winPartRight
{
	background-color: #6699FF;
	font-size: 82%;
	font-family: verdana, arial, helvetica;
	color:#ffffff
}

.winPartLeft
{
	background-color: #6699FF;
	font-size: 82%;
	font-family: verdana, arial, helvetica;
	color:#ffffff;
}

:hover
{
	text-decoration: underline;
}

.clsPart LI
{
	margin-right:7px;
	font-size:95%;
	list-style-type:disc;
	color:#cccccc;
}

.clsPart UL
{
	margin-left:20px;
	color:#cccccc;
}

.clsPart A
{
	margin-left:-4px;	
	text-indent:4px;
}

A.small
{
	font:normal 95%;
	text-decoration:underline;
}