/* CSS Document */
.error {
  color:white;
  background-color:red;
  font-size: 18px;
  font-weight:bold;
}

.leftjust {
  text-align:left;
}

.tiny {font-size: 10px;}

a {color:#990033;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color:#990000;
   text-decoration: underline;
   font-weight: bold;
}

#Layer1 {
	position:absolute;
	left:400px;
	top:2780px;
	width:117px;
	height:26px;
	z-index:103;
}


.editbuttn {
	color: #FFD700;
	font-weight: bold;
	background-image: url(St%20X%20-%20BLACK/Images/bwbutton.gif);
	padding: 6px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-repeat: no-repeat;
	width:117px;
	height:26px;
	z-index:103;

}
.editbuttn a {color:#ffd700;
   text-decoration: none;
   font-weight:normal;
}

.editbuttn a:hover {
   color:#ffd700;
   text-decoration: none;
   font-weight: bold;
}
