/*--------------------------------------------------------------------------------
Selected Tab
--------------------------------------------------------------------------------*/
#link-01 a:link,
#link-01 a:visited,
#link-01 a:hover,
#link-01 a:active{
	background-color: #99CCFF;
	color: #27458E;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Changes to existing tags
--------------------------------------------------------------------------------*/
#unique-content-text ul{
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
Content
--------------------------------------------------------------------------------*/
#index-table{
	padding: 1em 0 0 0;
}
#index-table table{
	padding: 0;
	margin: 0;
}
#index-table th{
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	padding: .5em;
	background-color: #354788;
}
.index-table-th-lt{
	border: 1px solid #576DA6;
	border-right-color: #7281B0;
}
.index-table-th-rt{
	border: 1px solid #576DA6;
	border-left: 0;
}
#index-table td{
	font-size: 13px;
	color: #354788;
	vertical-align: top;
	padding: 1em 0;
}
#index-table td ul{
	margin: 0 2em;
}
#index-table td li{
	padding-bottom: 1em;
}
.index-table-td-lt{
	border: 1px solid #27458E;
	border-top: 0;
}
.index-table-td-rt{
	border-right: 1px solid #27458E;
	border-bottom: 1px solid #27458E;
}
