@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/bg.gif);
	font-family: Courier, "Courier New", mono;
	font-size:14px;
	line-height: 20px;
	letter-spacing:1px;
}

td,div {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height: 20px;
	letter-spacing:1px;
}

td#names {
	color:#FF0077;
	width:360px;
}

a:focus {
	outline:none;
}


div.transpbar {
	height: 32px;
}
div.whitebar {
	background-color: #ffffff;
	height: 32px;
	width:100%;
}

div.greybar_1 {
	background-color: #f8f8f8;
	height: 32px;
	width:100%;
}
div.greybar_2 {
	background-color: #f1f1f1;
	height: 32px;
	width:100%;
}
div.greybar_3 {
	background-color: #eaeaea;
	height: 32px;
	width:100%;
}
div.greybar_4 {
	background-color: #e3e3e3;
	height: 32px;
	width:100%;
}

div#home_line {
	position:absolute;
	top: 32px;
	/* height: 28px; */
	padding-top:6px;
	padding-left:30px;
	color:#FF0077;
	white-space:nowrap;
}
div#topmenu_line {
	position:absolute;
	top: 64px;
	/* height: 28px; */
	padding-top:6px;
	padding-left:30px;
}

a.menu_no {
	color:#777777;
	text-decoration:none;
}
a.menu_no:hover {
	color:#FF0077;
}
a.menu_act {
	color:#FF0077;
	text-decoration:none;
}

.text_grey {
	color:#888888;
}

