/* CSS Document */
#nav {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#nav ul {
	margin: 15px 0 15px 0;
	padding: 0;
	list-style: none;
	border: 0;
}
#nav li {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 10px/15px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
	background: #FFF;
}
#nav li a {
	display: block;
	font-weight: normal;
	padding: 0;
	background: #FFF;
	color: #000;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#nav li a:hover {
	font-weight: normal;
	background: #999;
	color: #000;
	text-decoration: none;
}
#nav h3 {
	font-size: 120%;
	text-decoration: underline;
	background-image: none;
	text-align: center;
	padding: 0;
}


.detailBox {
	padding: 5px;
	border: medium solid #000000;
}

.detailBox2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td #atag {
	color: #000066;	
}
td #atag:hover {
	color: #FF0000;	
}

.box {
	border: medium solid #000000;
	background:#FFFFFF;

}

#box {
	border: medium solid #000000;
	background:#FFFFFF;

}
