/* CSS Document */
img{
	border: 0px;
	margin: 0px 0px 0px 0px;

}
#nav{
	width: 320px;
	height: 20px;
	background: #ddd;
	padding: 0px;
	border: 0px solid black;
	border-width: 0px 0px 0px 0px;
}
#nav ul{
	padding: 2px;
	margin: 0px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: center;
	list-style-type: none;
	width: 25px;
	margin: 0px;
	padding: 2px;
}
#nav ul li a{
	padding: 2px 2px 2px 2px;
	background: #ddd;
}
#nav ul li a:hover{
	background: #aaa;
}
#pic{
	width: 320px;
	padding: 0px;
	margin: 0px;
}
#pic .img{
	border: 0px solid #aaa;
	padding: 0px;
	background: #eee;
	width: 320px;
	height: 240px;
}
#titleSlide{
/*    A:link: color: blue; text-decoration: none;
    A:visited: color: blue; text-decoration: none;
    A:hover: color: pink; text-decoration: underline; font-weight: bold; 
	width: 320px;
	height: 16px;
	font: bold 11px 'Arial';
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background: #ddd;
	border: 0px solid #eee;
	border-width: 0px 0px 0px 0px;
	text-align: justify;
	cursor: pointer;
	color:#000;
/*	text-decoration: none;
	color: #000099;
/*    A:link: color: blue; text-decoration: none;
    A:visited: color: blue; text-decoration: none;
    A:hover: color: #F0B450; text-decoration: underline; font-weight: bold;
*/
}

 #titleSlide a{
	text-decoration: line-through;
	color: #33FF00;
} 
#titleSlide a:hover{
	border-bottom: #00FF00;
	text-decoration: line-through;
	color:#FF0000;
}

#textSlide{
	width: 320px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	font: normal 11px 'Arial';
	background: #ffffff;
	border: 0px solid #aaa;
	border-width: 0px 0px 0px 0px;
	color:#000;
	text-align:justify;
}


#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: left;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}
body{
/*	background: url(imgs/background.gif); */
	padding: 0px;
	margin: 0px;
}
#manual{
	font: normal 12px Trebuchet MS;
	width: 400px;
	margin: 0px auto;
	background: #fff;
	padding: 10px;
	text-align: justify;
}
#manual h3{
	font: bold 18px Arial;
	padding: 3px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #f5f5f5;
}
#manual a.link{
	font: italic 12px Trebuchet MS;
	color: #666;
	text-decoration: underline;
}
#manual a.link:hover{
	text-decoration: none;
}
#manual h5{
	font: bold 14px Arial;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
#manual pre{
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	background: #efefef;
	padding: 10px;
	color: #555;
}
.center{
	width: 320px;
	margin: 0px auto;
}