.modify_bgA {
	background-color : #0063DC;
}

.modify_bgB {
	background-color : #CCE0F8;
}

.modify_top {
	background-color : #0063DC;
	padding : 10px;
	color : white;
}

.modify_bottom {
	background-color : #0063DC;
}

.topLink {
	color : white;
	text-decoration : underline;
}

.topLink:hover {
	color : white;
	text-decoration : none;
}

.topLink_active {
	color : white;
	font-weight : bold;
	text-decoration : none;
}

.topLink_active:hover {
	color : white;
	font-weight : bold;
	text-decoration : underline;
}

.blackLink {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.blackLink:hover {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.directory_colLine {
	background-color : #E9EBEF;
}

.directory_tableTop {
	background-color : #CCE0F8;
	padding : 10px;
}

.directory_colTitle {
	background-color : #CCE0F8;
}

.directory_colLeft {
	padding-left : 10px;
	border-left : 1px solid #E9EBEF;
	border-top : 1px solid #E9EBEF;
}

.directory_col {
	border-top : 1px solid #E9EBEF;
}

.directory_colRight {
	border-top : 1px solid #E9EBEF;
	border-right : 1px solid #E9EBEF;
}

.leftTitle {
	color : #0063DC;
	font-size : 18px;
}
