.javalink	{
	color:#0033FF;
	cursor: pointer;
}

.on	{
	display: inherit;
}

.off	{
	display: none;
}

.large_system {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}
.small_system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

.large {
	font-family: "Book Antiqua";
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
}

.black {
	color: #000000;	
}

.white {
	color: #FFFFFF;
}

.left {
	text-align: left;
}

.right	{
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.nowrap	{
	white-space: nowrap;
	margin-left: 7px;
}

.selected {
	color: #FF0000;
}

input {
	border: 1px solid #000000;
}

a	{
	text-decoration:none;
	color: #990000;
}

a:hover	{
	text-decoration: underline;
}