BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #7C7D7F;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
body {
	scrollbar-3dlight-color : #e6e7e8;
	scrollbar-arrow-color : #e9e9e9;
	scrollbar-base-color : #000000;
	scrollbar-darkshadow-color : #e6e7e8;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #e9e9e9;
	scrollbar-track-color : #ffffff;
}
table{
	border: 1px;
	border-color: #000000 Black;
	border-collapse: collapse;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	vertical-align: top;
}


A {
	text-decoration: none;
	color: #ffffff;
	
}

A:Hover {
	text-decoration: underline;
	color: #ffffff;
}

.dottop{

border-style: dotted;
border-color: 	#7C7D7F;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
}
.dotbottom{

border-style: dotted;
border-color: 	#7C7D7F;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}