body {
	overflow: hidden;
}

.tagDiv {
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid #D7D7D7;
	font: 14px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	padding: 0.2em 0;
}

.link {
	border-right: 1px solid #555555;
	padding: 0.2em 20px;
	text-decoration: none;
	color: #000000;
	outline:none;
}

.link:hover {
	background:#CCCCCC;
}

.linked {
	border-right: 1px solid #555555;
	padding: 0.2em 20px;
	text-decoration: none;
	color: #EEEEEE;
	background:#000000;
	font-weight: bold;
	outline:none;
}

#contentDiv {
	width:100%;
	height:100%;
}

.iframediv {
	width:100%;
	height:100%;
}

.iframe {
	width:100%;
	height:100%;
}