a:link, a:visited, a:active, a:hover {
 	font: normal 13px arial, sans-serif;
 	text-decoration: none;
}

a:link {
 	color: blue;
}

a:visited, A:active {
	color: blue;
}

a:hover {
	color: red;
}

body {
	font: 15px "tahoma", sans-serif;
	color: black;
	background-color: white;
}

.td1 {
	text-align: center;
}

.tbl1 {
	position: relative;
}

.banner {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 800px;
	height: 80px;
}

.banner_text {
	position: relative;
	top: -60px;
	z-index: 1;
	color: white;
	font: 26px "tahoma", sans-serif;
	text-align: center;
	cursor: pointer;
}

.tbl-menu {
	text-align: left;
	border-width : 0px;
	color: black;
	background-color: #ccddee;
	position: absolute;
	left: 0px;
	top: -25px;
	z-index: 1;
	width: 180px;
}

.menu {
	color: black;
	background-color: #ccddee;
	position: relative;
	z-index: 1;
}

.menu2 {
	color: black;
	background-color: white;
	position: relative;
	z-index: 2;
}

hr {
	background-color: #ccddee;
	height: 2px;
}

.folder {
	font: 17px "tahoma", sans-serif;
	color: #445566;
	cursor: pointer;
	padding-left: 3px;
}

.folder_on {
	font: 17px "tahoma", sans-serif;
	color: blue;
	cursor: pointer;
	padding-left: 3px;
}

.subfolder {
	font: 14px "tahoma", sans-serif;
	color: #445566;
	cursor: pointer;
	padding-left: 8px;
}

.subfolder_on {
	font: 14px "tahoma", sans-serif;
	color: blue;
	cursor: pointer;
	padding-left: 8px;
}

.topic {
	font: 13px "tahoma", sans-serif;
	color: #445566;
	cursor: pointer;
	padding-left: 22px;
/*	text-align: middle;*/
}

.topic_on {
	font: 13px "tahoma", sans-serif;
	color: blue;
	cursor: pointer;
	padding-left: 22px;
/*	text-align: middle;*/
}

.pict {
	color: black;
	position: absolute;
	right: 1px;
	top: 13px;
	z-index: 10;
	max-width: 600px;
	filter: revealTrans(duration=0.4,transition=7);
	max-height: 450px;
}

p {
	font: 13px "tahoma", sans-serif;
	margin-top : 20px;
	text-align: justify;
}

.tools {
	position: absolute;
	z-index: 10;
	text-align: center;
	color: black;
	background-color: #ccddee;
	position: absolute;
	right: 1px;
	top: -25px;
	width: 600px;
}

.prev, .next, .play {
	font: 11px "tahoma", sans-serif;
	color: black;
	cursor: pointer;
	width: 80px;
}

.player {
	text-align: right;
	color: black;
	position: absolute;
	right: 0px;
	top: -25px;
	z-index: 11;
	width: 600px;
	height: 500px;

}

.comment {
	font: 11px "tahoma", sans-serif;
	text-align: left;
	color: black;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #ccddee;
	position: absolute;
	right: 10px;
	top: 22px;
	z-index: 30;
	cursor: pointer;
}

.comment_vid {
	font: 11px "tahoma", sans-serif;
/*	font-style : italic;*/
	text-align: left;
	color: black;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #ccddee;
	position: absolute;
	right: 44px;
	top: 415px;
	z-index: 30;
	cursor: pointer;
}

.web {
	text-align: right;
	color: black;
	position: absolute;
	right: 0px;
	top: -25px;
	z-index: 30;
	width: 602px;
	height: 500px;
}

.autostart {
	font: 11px "tahoma", sans-serif;
	font-style : italic;
	color: #445566;
	padding-left: 5px;
}