.ContentBody
{
	background-color:#666666;
	margin:0px;
	padding:0px;
	border-style:none;
}
.IndexBody
{
	background-color:#f0f0c0;
	border-style:none;
	margin:0;
	text-align:center
}
.IndexFrame
{
	position:fixed;
	top:0px;
	height:100%;
	border-style:none;
}
.ContentDiv
{
	background-color:#ffffcc;
	position:absolute;
	top:0;
	width:800px;
	text-align:center;
	margin:0px;
	padding:0px;
	border-style:none;
	/*overflow:scroll;
	left:300px;*/
}
.InsertedContent
{
	background-color:#ffffcc;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	border-style:none;
}
.NewsStyle
{
	font-size:medium;
	font-weight:normal;
}
.ActiveIndexItem
{
	font-size: large;
	font-weight: bold;
	color: #000000;
	background-color: #f0f0c0;
	cursor: pointer;
	text-decoration: none;
	display:inline;
}

.InactiveIndexItem
{
	font-size: large;
	font-weight: bold;
	color: #666666;
	background-color: #f0f0c0;
	cursor: pointer;
	text-decoration: none;
	display:inline;
}

.HiddenIndexItem
{
	font-size: large;
	font-weight: bold;
	color: #666666;
	background-color: #f0f0c0;
	cursor: pointer;
	text-decoration: none;
	display:none;
}

/*
table.pdgTable
{
	border-width:1px;
	border-style:solid;
}

table.pdgTable td
{
	border-width:1px;
	border-style:solid;
}
*/
/*
.PointedItem
{
	font-size: x-large;
	font-weight: bold;
	color: #666666;
	background-color: #f0f0c0;
}
*/