/* default css for administrative section */

/* main body */
body, .body_td {
  font-family:helvetica;
  font-size:12px;
  color:black;
  background-color:white;
}

/* links */
a {
  text-decoration:none;
  color:blue;
}

/* mouseover links */
a:hover {
  text-decoration:underline;
}

/* side navigation links */
.side_link {
  font-weight:bold;
  color:#f63;
}

.side_link:hover {
  color:#a4c40c;
}

/* side navigation links */
.orng_link {
  color:#f63;
}

/* Left over */
.style1 {
	color: #999999;
	font-size: 12px;
}
.style2 {
	color: #999999;
	font-weight: bold;
}
.style3 {color: #333333}