<!--
body {
	background-color:#000000;
	font-family: Verdana;
	font-size: 16px;
	color: #cccccc;
}


#divIdx {
	font-family: Verdana;
	font-size: 14px;
	color: #cccccc;
	width:800px;
    height:700px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-350px 0 0 -400px;
}
#zoomImg
{
 border:2px solid #666;
 
}

#zoom {
display: none;
	margin : 10px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: auto;
	width: 99%;
	height: 80%;
}
div.hr {
  height: 64px;
  background: #000000 url(img/sigil-hr.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
img.imgLink
{
	max-width:400px;
	max-height:300px;
}

.Center-Container {
  position: relative;
  border:none;
  width:100%;
  height:100%;
	background:#000000;
  overflow:auto;
}
.Absolute-Center {
	display:none;
	border:4px double #ffffff;
	background:#000000;
  width:75%;
  height:70%;
  margin:auto;
  margin-top:145px;
  position:absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
table.viewer {
	border:none;
	width:100%;
}

a.closeViewer, a.closeViewer:visited {
	display: block;
	font-size: 18px;
	font-family: Verdana;
	color: #cccccc;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:right;
}
a.closeViewer:hover {
	color: #ffffff;
	text-decoration: none;
}

a.menu, a.menu:visited {
	display: block;
	font-size: 20px;
	font-family: Verdana;
	color: #cccccc;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
}

a.lnkImg, a.lnkImg:visited {
	border: none;
	text-decoration: none;
	display:block;
}

a.normal, a.normal:visited {
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana;
	color: #cccccc;
}
a.normal:hover {
	color: #ffffff;
}

th.menu {
	white-space:nowrap;
}
#mainContainer {
	overflow:auto;
	width:100%;
	height:600px;
}
td.mainContainer {
	font-family:Verdana;
	color:#cccccc;
	padding:10px;
}
th.news {
	width:100%;
	text-align:left;
	white-space: nowrap;
	font-size:18px;
	padding: 10px;
	
}
td.news {
	width:100%;
	text-align: justify;
	padding: 10px;
}
th.disco {
	white-space: nowrap;
	font-size:22px;
	padding:30px;
}
td.disco {
	width:50%;
	white-space: nowrap;
	vertical-align:top;
	text-align:left;
}
td.disco2 {
	width:100%;
	height:90%;
	vertical-align:middle;
	text-align:left;
	padding-bottom:20px;
	font-size:14px;
}
th.prose {
	width:100%;
	text-align:left;
	white-space: nowrap;
	font-size:18px;
	padding:10px;
}
td.prose {
	width:100%;
	text-align:justify;
	padding:10px;
}
th.cere {
	width:100%;
	text-align:center;
	white-space:nowrap;
	font-size:18px;
	padding:15px;
}
td.cere {
	width:100%;
	text-align:center;
	padding:6px;
}
td.cerecomment {
	width:80%;
	text-align:center;
	padding:6px;
	padding-left:66px;
	padding-right:66px;
}
a:link {
color: #ffffff;
}
a:visited {
color: #aaaaaa;
}

a:hover {
color: #dddddd;
}

hr
{
	background:url(img/separator.png) no-repeat top center;
    border: 0;
	height: 100px;

}
hr.hr2
{
	background:url(img/separator2.png) no-repeat top center;


}hr.hr3
{
	background:url(img/separator3.png) no-repeat top center;


}hr.hr4
{
	background:url(img/separator4.png) no-repeat top center;


}
hr.hr5
{
	background:url(img/separator5.png) no-repeat top center;


}
-->