.panel {
		 width:195;
		 font-size:10px;
		 font-family:arial;
		 font-variant:small-caps;
		}

.panel a:visited {
		 color:black;
		}
		
.panel a {
		 text-decoration:none;
		 color:black
		}
		
.panel a:hover {
		 text-decoration:black;
		}

#panel a.visited {
		 text-decoration:none;
		}

.move {
		 width:100%;
		 height:10px;
		 border-bottom:1px solid rgb(192,192,192);
		 border-right:1px solid rgb(192,192,192);
		 background-image:url(../images/infoboxImages/nfo_top.gif);
		}

.moveText {
		 text-align:center;
		 font-size:12px;
		 font-family:arial;
		 font-variant:small-caps;
		 font-color:rgb(255,255,255);
		}

.info {
		 width:100%;
		 height:100%;
		 border-top:1px solid rgb(192,192,192);
		}

.infoText {
		 font-size:11px;
		 font-family:arial;
		 font-color:rgb(255,255,255);
		}
	
td.infoBottom_left {
		border-bottom-style:solid;
		border-left-style:solid;
		border-width:1px;
		border-color:rgb(192,192,192);
		background-color:rgb(247,252,255);
	 }
	 
td.infoBottom {
		border-bottom-style:solid;
		border-width:1px;
		border-color:rgb(192,192,192);
		background-color:rgb(247,252,255);
	 }
	  

.menu {
		 width:100%;
		 background-color:rgb(255,255,255);
		 font-size:12px;
		 font-family:arial;
		 font-variant:small-caps;
		 border-left:1px solid rgb(192,192,192);
		 border-right:1px solid rgb(192,192,192);
		}
		
td.line_bottom_right {
			border-right-style:solid;
			border-width:1px;
			border-color:rgb(192,192,192);
			background-color:rgb(247,252,255);
	  }