/*
	1st tier - Blue
*/
body {
	background-color: #C0E9EA;
	padding: 0;
	margin: 0;
	border: 0;
}
body, div, span, table, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-color: black;
}

.bkgBody { background-color: #C0E9EA; }
.bdrBody { border-color: #C0E9EA; }
.bdrDotBody { border: 2px #C0E9EA dotted; }
.dotRuleBody {
	border-top: 2px #C0E9EA dotted;
	width: 95%;
}



.dotRuleTeal {
	border-top: 2px #7EC7DE dotted;
	width: 95%;
}
.dotRuleTealBottom {
	border-bottom: 2px #7EC7DE dotted;
	width: 95%;
}

.bkgRobin { background-color: #DDEBED; }

.bkgBubble {
	background-image: url('/images/backgd/bub_lblu.gif');
	background-repeat: repeat;
}



a {
	text-decoration: underline;
	color: #538396;
}
a:hover {
	text-decoration: none;
	color: black;
	background-color: #88D6EA;
}
a:focus {
	text-decoration: none;
	color: black;
	background-color: #88D6EA;
}
a:active {
	text-decoration: underline;
	color: #538396;
	background-color: #88D6EA;
}
/*
a:visited {
	text-decoration: underline;
	color: #538396;
}
*/

.clrBlue { color: #C0E9EA; }
.clrRobin { color: #DDEBED; }
.clrPowder { color: #88D6EA; }
.clrTeal { color: #7EC7DE; }
.clrSteel { color: #538396; }



/*
	Side-bar commons
*/
.searchHeader {
	background-image: url('/images/backgd/bub_lblu.gif');
	background-repeat: repeat;
	border-bottom: 2px #7EC7DE dotted;
	font-size: 14px;
	font-weight: bold;
}
.searchBody {
	padding-top: 5px;
}


