
.netscape-bug {
}
.emblem {
    color: #ffffff;
    font-weight: bold;
    font-family: "Brush Script MT", Garamond, Times, serif;
    margin-left: 5px;
    font-size: large;
    width: 20.4%;
}
.lang {
    font-size: small;
    background-color: #ffffff;
}
.lang-selected {
    font-weight: bold;
    background-color: #ff0000;
    color: #ffffff;
}
.lang-plain {
    font-weight: bold;
    background-color: #ffffff;
    color: #0000ff;
}
A:link.lang-selected {
    color: #ffffff;
    text-decoration: none;
}
A:link.lang-plain {
    color: #0000ff;
    text-decoration: none;
}
A:visited.lang-selected {
    color: #fefefe;
    text-decoration: none;
}
A:visited.lang-plain {
    color: #0000ff;
    text-decoration: none;
}
.subtab {
        border: 2px inset #0000ff;
        margin: -1px -1px -1px -1px;
        padding: 0px;
}
/*.subtab-text {
	font-size: x-small;
	color: #ffffff;
}*/
.tab-normal {
	font-size: small;
	font-weight: bold;
	background-color: #ffffdd;
	color: #0000ff;
	border: 5px;
    text-align: center;
}
.tab-normal-border {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #0000ff;
	border-style: dashed;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 2px;
	padding-left: 2px;
}
A:link.tab-normal {
	color: #0000ff;
	background-color: #ffffff;
    text-decoration: none;
}
A:visited.tab-normal {
	color: #0000dd;
	background-color: #ffffff;
    text-decoration: none;
}
A:hover.tab-normal {
	color: #ffffff;
	background-color: #3388ff;
	text-decoration: none;
    text-decoration: none;
}
.tab-selected {
	font-size: small;
	font-weight: bold;
	background-color: #3388ff;
	color: #ffffff;
    text-align: center;
    cursor: s-resize;
}
.tab-selected-border {
	border-top-width: 1.8px;
	border-left-width: 1.8px;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-color: #ffffff;
	border-style: double;
	padding-right: 2px;
	padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
td.tab-selected {
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-style: outset;
    border-color: #55aaff;
}
A:link.tab-selected {
	color: #ffffff;
    text-decoration: none;
    border: 0px;
}
A:visited.tab-selected {
	color: #fefefe;
    text-decoration: none;
}
A:hover.tab-selected {
	color: #99bbff;
    text-decoration: none;
}
.bordered {
    border: 1px inset;
}