a
{
	color: #006688;
}

	a:hover
	{
		color: #002233;
	}

	a:focus
	{
		color: #002233;
	}

	a:active
	{
		color: #002233;
	}

abbr, acronym, dfn
{
	color: #006688;
}

h1, h2, h3, h4, h5, h6
{
	color: #005577;
}

.tint-2
{
	background: #003344;
}

.tint-9
{
	background: #005695;
}

.tint-10
{
	background: #3B84B4;
}

.tint-17
{
	background: #E5EEF4;
}



.breadcrumb ol li.current
{
	color: #002233;
}

.breadcrumb ol li.first
{
	color: #002233;
	background: none;
}



.full-form input.submit
{
	background: url("../../../images/CLI/blue_white_off.png") no-repeat scroll right center transparent;
}


	.full-form input.submit:hover
	{
		background: url("../../../images/CLI/blue_white_on.png") no-repeat scroll right center transparent;
		text-decoration: underline;
	}

	.full-form input.submit:active 
	{
		background: url("../../../images/CLI/blue_white_down.png") no-repeat scroll right center transparent;
		text-decoration: underline;
	}

.generic-body ul li
{
	background: url("../../../images/CLI/bullet.gif") left 10px no-repeat;
}

ul.per-page-option li.current
{
	background: #22AADD;
	color: #fff;
}

ul li
{
	background: url("../../../images/CLI/bullet.gif") left 6px no-repeat;
}


.page-navigation ul
{
	background: #006688;
}

	.page-navigation ul li:hover
	{
		background: #003344;
	}

	.page-navigation ul li.page-current
	{
		color: #fff;
		background: #22aadd;
	}

		.page-navigation ul li.page-current:hover
		{
			background: #22aadd;
		}
