.copyright {
	font-size: 10pt;
	color: #888888;
	text-align: right;
	padding: 5px;
}
.welcomeTd {
	padding-top: 30px;
	padding-bottom: 30px;
}
.subjectItem{
text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 60px;
}
.subjectItem a{
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;	
}
.subjectItem a div {
	background-image: url(../images/item_bg.gif);
	background-repeat: no-repeat;
	background-position: center;	
	cursor: hand;
	padding-top:6px;
	padding-bottom:2px;
}
.subjectItem a:hover{
	color:#FFFF00;
}
.subjectItem a:hover div {
	background-image: url(../images/item_bg1.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
