.{
	font-family: tahoma;
	font-size: 11px; 
	}
body{
	background-color: #bebebe;
	margin: 0px;	
	font-family: tahoma;
	font-size: 11px; 
	}
td{
	vertical-align: top;
	font-family: tahoma;
	font-size: 11px; 
	}
#content{
	padding-left: 15px;
	height: 385px;
	overflow: auto;
	}
#menu a{
	width: 68px;
	height: 15px;
	margin: 0px 3px 3px 3px;
	text-align: center;
	font-size:12px;
	background-image: url('./images/btn_menu.jpg');
	text-decoration:none;
	color: white;
	font-weight: bold;
	display: block; 
	}
#menu a:hover{
	font-size:12px;
	background-image: url('./images/btn_menu_over.jpg');
	color: #6a217e;
	text-decoration:none;
	font-weight: bold;
	}
.image{
	border: solid 1px #6a207f;
	background-color: #ededed;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
#content img{
	border: solid 1px #6a207f;
}
#content .image img{
	border: none;
}
a{
	color: #69207e;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
.slideshow{
 	width: 10%;
 	padding: 5px;
	border: solid 2px #bdbdbd;
 
}

