#submenu {
	font-family: arial, sans-serif;
	display:none; 
	position:relative; 
	left:-24px;
	top:1px; 
}

#submenu table {
	font-size:14px;
	color:black;
}

#submenu a {
    color: #000000;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}

#submenu a:hover {
    color: #000000;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: underline;
}

.textbox {
	border:#666666 1px solid;
	font-size:14px;
}
.selectbox {
	border:#666666 1px solid;
	font-size:12px;
}
.orangelink {
	color:#e6932b;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.orangelink:hover {
	text-decoration:underline;
}

.titlelink {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.titlelink:hover {
	text-decoration:underline;
}
.blacklink {
	color:#000000;
	text-decoration:none;
}
.blacklink:hover {
	text-decoration:underline;
}
.olink {
	color:#e6932b;
	text-decoration:none;
}
.olink:hover {
	text-decoration:underline;
}

