body {
	margin: 0px;
	background: White;
}

a {
	color: #0099CC;
	text-decoration: underline;
	font-weight: normal;
}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.dept {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
	
a.dept:hover {
	color: #0099CC;
	text-decoration: underline;
}

a.deptselected{
	color: #0099CC;
	font-size: 10px;
	font-weight: bold;
}
	
table.normal {
	width : 100%;
	border : 0px none;
	border-style : collapse;
	margin : 0px;
}

table.fixed {
	width: 640px;
	border : 0px none;
	border-style : collapse;	
}

table.menu {
	width: 100%;
	border : 0px none;
	padding : 0px;
	height: 53px;
	background-color : #333333;
	border-style : collapse;
	margin : 0px;
}

td {
	padding: 0px;
	border-width: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

td.breadHeader {
	width : 156px;
	height: 20px;
	vertical-align: middle;
	padding-left : 7px;
	background-color : #efefef;
}
	
td.breadcrumb {
	width : 484px;
	vertical-align: middle;
	background-color : #efefef;
}

td.breadpage {
	width : 64px;
	vertical-align: middle;
	background-color : #efefef;
}

td.ruleline {
	height: 1px;
	background: #CCCCCC;
}

td.Header {
	font-size: 14px;
	font-weight: bold;
	background-color: White;
	padding-left : 7px;
}
