a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.grp {
	color: #990000;
}
.col{
  color: #990000;
}
td.menuTap {
	background-color: #EEEEEE;
}
.mnuActv{
	color: #990000;
	background-image: url(../images/inst/menuActv.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	border-top: 1px #FAEEEE solid;
}
.secTitle {
	color: #FFFFFF;
	background-image: url(../images/inst/pasek.gif);
	font-weight: bold;
}
.btn {
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	border: 1px #990000 solid;
	background-color: yellow;
}

h5 {margin-bottom: 2px; color: #990000;}
h2 {padding-top:10px; font-size: 12px; font-weight: bold; color: #990000;}
h3 {margin-top:2px; font-size: 11px; font-weight: bold}
hr {height:1px; width:100%}
.ampla {background-color:#DDDDDD;border:1px #999999 double;padding:3px;margin:5x;position:relative;top:-2px}


				#versHist {background-color:#EEEEEE;
				border: 1px #BBBBBB solid;
				padding:10px;
				width: 300px;
				left: 300px;
				height: 400px;
				border-left: 10px #BBBBBB solid;
				overflow: scroll;
				font-size: 10px;
				position: fixed;
				}
								
        .shadow
        {
            position: relative; 
            visibility: hidden;
						background-color: black;
				    z-index:-1;
						}
		
        .button
        {
            float: left;
            border: 3px outset black;
            padding: 3px;
            margin: 3px;
            cursor: pointer;
        }
		
        .infoArea
        {
            height: 2em;
        }
		
        .information
        {
            visibility: hidden;
            border: 1px solid black;
            padding: 3px;
            margin: 3px;
            position: absolute;
        }