body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/*hotlink*/
#hotlink select{
	width: 200px;
}
/*navigation-right-top*/
#navigationRightTop a{
	color: #000;
	text-decoration: none;
}
#navigationRightTop a:hover{
	color: #6a2f90;
	font-weight: bold;
	text-decoration: underline;
}
/*navigation-right*/
#navigationRight a{
	background:url(images/arrow_white.gif) no-repeat left top;
	color: #fff;
	font-weight: bold;
	padding-left:14px;
	text-decoration: none;
}
#navigationRight a:hover{
	color: #feea8e;
	text-decoration: underline;
}
/*breadcrumb*/
#breadcrumb1 span{
	cursor: pointer;
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
	#breadcrumb1 span a{
		color: #2d78bd;
		text-decoration: none;
	}
	#breadcrumb1 span a:hover{
		color: #000;
		text-decoration: underline;
	}
/*working*/
#working{
	color: #fff;
	font-size: 11px;
}
	#working a{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#working a:hover{
		text-decoration: underline;
	}
/*interact*/
#interact{
	color: #2d78bd;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
}
	#interact a{
		color: #2d78bd;
		text-decoration: none;
	}
	#interact a:hover{
		text-decoration: underline;
	}
/*footer*/
#contentFooter{
	font-size: 11px;
}
	#contentFooter a{
		color: #000;
		background:url(images/arrow_purple.gif) no-repeat left top;
		text-decoration: none;
		padding:0 0 0 14px;
	}
	#contentFooter a:hover{
		text-decoration: underline;
	}
	
#navigationLeft{
	padding: 0 0 0 20px;
}
#navigationLeft table,
	#navigationLeft table td{
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		text-align: left;
		vertical-align: top;
	}
	#navigationLeft h1{
		margin: 0 0 10px 3px;
		padding: 0;
	}
	#navigationLeft td.clTop1{
		background: url(images/arrow_leftnav.gif) no-repeat 0 0;
		width: 180px;
	}
	#navigationLeft td.clTop1 a{
		background: url(images/leftnavdots.gif) no-repeat -26px bottom;
		color: #2d78bd;
		display: block;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 0 17px;
		padding: 4px 10px 5px 10px;
		text-decoration: none;
	}
	#navigationLeft td.clTop1.active a,
	#navigationLeft td.clTop1 a:hover{
		background: url(images/leftnavdots.gif) no-repeat -26px bottom #d4eef3;
	}
	#navigationLeft table.clSub1{
		margin: 0 0 5px 16px;
	}
		#navigationLeft table.clSub1 a{
			color: #2d78bd;
			display: block;
			font-size: 11px;
			font-weight: normal;
			padding: 4px 10px;
			text-decoration: none;
		}
		#navigationLeft table.clSub1 .active a,
		#navigationLeft table.clSub1 a:hover{
			text-decoration: underline;
		}
		#navigationLeft td.cglTop1 a{
			padding-left: 20px;
			width: 134px;
		}