body {
	font:	11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #DCDCDC;
	padding: 0px;
	margin: 10px 10px 10px 40px;
	SCROLLBAR-BASE-COLOR: #CCCCCC;
	
	SCROLLBAR-TRACK-COLOR: #DCDCDC;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #999999;
}

.style1 {font-size: xxx-small}
.style2 {
	font-size: x-small;
	color: #FF0000;}
.style3 {font-size: 8px}
.style4 {
	font-size: 10px;
	color: #FF0000;}



a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


