.PageLogoTD {
    background-image: url(../images/Branding/leftimages/current_student.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
.PageCrumbs {
    background-color:#F7931C;
}
.TopCenterRounded {
    background-image:url(../images/roundededges/individualcss/current_studentCTCR.gif);
}
.TopRightRounded {
    background-image:url(../images/roundededges/individualcss/current_studentTRR.gif);
}
table.services {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #999;
	border-collapse: collapse;
	background-color: white;
}
table.services th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999;
	background-color: white;
	font-size: 12px;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}
table.services td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.services td.heading, table.services th{
	background-color: #9dabbb;
	font-weight: bold;
	padding: 5px 0 5px 2px;

