.button_off {
		background-image: url(/images/subject_list_off.gif);
		font-family: arial;
		font-size: 11pt;
		font-weight: bold;
		color: #873420;
		height: 18px;
		width: 138px;
		cursor: hand;
		cursor: pointer;
}

.button_on {
		background-image: url(/images/subject_list_on.gif);
		font-family: arial;
		font-size: 11pt;
		color: #873420;
		font-weight: bold;
		color: #873420;
		height: 18px;
		width: 138px;
		cursor: hand;
		cursor: pointer;
}

input.atol_but {
	padding-top: 2px;
	background: url(/images/subject_but_atol.gif) no-repeat; width: 58px; height: 17px; padding-left: 10px; border: 0px; vertical-align: bottom
}

input.mtoz_but {
	padding-top: 2px;
	background: url(/images/subject_but_mtoz.gif) no-repeat; width: 58px; height: 17px; padding-left: 10px; border: 0px; vertical-align: bottom
}

.article_titleSM { color: #A4a4a4; font-family: arial; font-size: 8pt;  text-decoration: none }
.article_titleSM:hover { color: #873420; font-family: arial; font-size: 8pt; text-decoration: underline }

.article_titleLG { color: #a4a4a4; font-family: arial; font-size: 12pt;  text-decoration: none  }
.article_titleLG:hover { color: #873420; font-family: arial; font-size: 12pt; text-decoration: underline  }
#content-notice {
    position: relative;
    float: right;
    padding-top: 5px;
}
#content-notice div A {
    font-weight: bold; font-size: 10px; text-decoration: underline
}
#noticeContainerB {
    display:none;
    position: absolute;
    top: -186px;
    left: -300px;
    z-index: 8000;
}