/* KIMO Container  Style */

.KimoBlue
{
	color: #fff;
	margin-bottom: 10px;
}
.KimoBlue .Head
{
	color: #fff;
}
.KimoBlue td.TopBottomRow
{
	height: 9px;
	line-height: 1%;
	font-size: 1%;
}
.KimoBlue td.RowBg
{
	background-color: #146;
	background-image: url(/Portals/_default/Containers/KIMO/BlueBg.gif);
	background-repeat: repeat-x;
}

.KimoBlue .containerContent,
.KimoBlue .containerHeader
{
	overflow: hidden;
}
.KimoBlue .containerContent h1,
.KimoBlue .containerContent h2,
.KimoBlue .containerContent h3,
.KimoBlue .containerContent h4,
.KimoBlue .containerContent h5,
.KimoBlue .containerContent h6
{
	color: #fff;
	font-weight: bold;
}
.KimoBlue .containerContent a:link,
.KimoBlue .containerContent a:visited,
.KimoBlue .containerContent a:active,
.KimoBlue .containerContent a:hover
{
	color: #66cbff;
	text-decoration: none;
}
.KimoBlue .containerContent a:hover
{
	color: #fff;
 text-decoration: underline;
}


