@charset "utf-8";
a:link {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
div.background
  {
	width: 580px;
	height: 480px;
	border: 1px solid black;
  }
div.transbox
  {
	width: 570px;
	height: 478px;
	background-color: #FFFFFF;
	/* for IE */
  filter:alpha(opacity=60);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #000000;
	padding-top: 30px;
	padding-right: 36px;
	padding-bottom: 30px;
	padding-left: 36px;
  }
a.a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #0066CC;
}
a.a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #0066CC;
}
a.a:visited {
	color: #990000;
	font-size: 12px;
	font-family: Verdana;
}
