body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(bg.gif) repeat-x;
}
a:link {
	text-decoration: none;
 	color: blue;
}
a:visited {
	text-decoration: none;
	color: darkblue;
}
a:hover {
	text-decoration: none;
	color: purple;
}


.current {
	font-weight: bold;
 	color: #000000;
	background-color: #eeeeee;
}

.cthumb {
	background-color: #dddddd;
	border: 0px;
}

.thumb {
	background-color: #eeeeee;
	border: 0px;
}

.image { border: 1px solid #cccccc;}
a:link .image {  border-color: #cccccc;}
a:visited .image {  border-color: #cccccc;}
a:hover .image { border-color: #9900ff;}

.mthumb { border: 1px solid #cccccc;}
a:link .mthumb {  border-color: #cccccc;}
a:visited .mthumb {  border-color: #cccccc;}
a:hover .mthumb { border-color: #9900ff;}

.slideImage { border-width: 8px; border: 8px solid; border-color: #eeeeee;}
a:link .slideImage { border-color: #eeeeee;}
a:visited .slideImage { border-color: #eeeeee;}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #CCCCCC;
}

.title a:link {
	text-decoration: none;
	color: blue;
}
.title a:visited {
	text-decoration: none;
	color: darkblue;
}
.title a:hover {
	text-decoration: none;
	color: purple;
}

.infotable {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	background: #E8D9FB;
}

.infotable a {
	font-weight: bold;
}

.infotable td {
	border: 1px solid #eeeeee;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #888888;
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 100%;
}

.txt {
	color: black;
	font-size: 100%;
	padding: 10px 30px 10px 30px;
}

.smalltxt {
	color: black;
	font-size: 110%;
}

.smalltxt a {
	text-decoration: underline;
}

.xsmalltxt {
	color: #555555;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}
