/* CSS Document */
.menu1 {
	background-image: url(images/folder1.gif);
	background-repeat: no-repeat;
	height: 18px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu2 {
	background-image: url(images/folder2.gif);
	background-repeat: no-repeat;
	height: 18px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu3 {
	background-image: url(images/folder3.gif);
	background-repeat: no-repeat;
	height: 18px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.menu4{
	background-image: url(images/folder4.gif);
	background-repeat: no-repeat;
	height: 18px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
.list{
	padding-left: 18px;
	background-image: url(images/list.gif);
	background-repeat: repeat-y;
}
.list1{
	padding-left: 18px;
	background-image: url(images/list.gif);
	background-repeat: repeat-y;
}
.file{
	background-image: url(images/file.gif);
	background-repeat: no-repeat;
	height: 18px;
	cursor: hand;
	padding-left: 32px;
}
.file1 {
	background-image: url(images/file1.gif);
	background-repeat: no-repeat;
	height: 18px;
	cursor: hand;
	padding-left: 32px;
}
body {
	font-size: 9pt;
	color: #000000;
}
.test {
	font-size:24px;
	background-color:#FF0000;
}