<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* links */
a.regularTitleLink:link {
	color: #00589D;
	text-decoration: none;
}

a.regularTitleLink:visited {
	color: #551A8B;
	text-decoration: none;
}

a.regularTitleLink:active {
	color: #551A8B;
	text-decoration: none;
}

a.regularTitleLink:hover {
	color: #00589D;
	text-decoration: underline;
}

a.featuredTitleLink:link {
	color: #1B63A2;
	text-decoration: none;
}

a.featuredTitleLink:visited {
	color: #1B63A2;
	text-decoration: none;
}

a.featuredTitleLink:active {
	color: #1B63A2;
	text-decoration: none;
}

a.featuredTitleLink:hover {
	color: #1B63A2;
	text-decoration: underline;
}

a.learnMore:link {
	color: #FC0724;
	text-decoration: none;
}

a.learnMore:visited {
	color: #FC0724;
	text-decoration: none;
}

a.learnMore:active {
	color: #FC0724;
	text-decoration: none;
}

a.learnMore:hover {
	color: #FC0724;
	text-decoration: underline;
}

a.locationLink:link {
	color: #00589D;
	text-decoration: none;
}

a.locationLink:visited {
	color: #551A8B;
	text-decoration: none;
}

a.locationLink:active {
	color: #551A8B;
	text-decoration: none;
}

a.locationLink:hover {
	color: #FC0724;
	text-decoration: underline;
}
/**********************************************/
.learnText {
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}

.featuredDescription {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	width: 375px;
	/*height: 40px;*/
}

.featuredTitle {
	color: #1B63A2;
	font-weight: 700;
	font-family: Verdana;
	font-size: 14px;
}

.featuredCity {
	color: #FC0724;
	font-family: Arial;
	font-size: 12px;
}

.regularCity {
	color: #00589D;
	font-family: Arial;
	font-size: 12px;
}

.regularTitle {
	color: #00589D;
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
}

#welcomeTitle {
	color: #FC0724;
	font-weight: 700;
	font-family: Verdana;
	font-size: 16px;
}

#firstcamTitle {
	color: #FC0724;
	font-weight: 700;
	font-family: Verdana;
	font-size: 16px;
}

#featuredCamText { /* "Featured Cams:" */
	font-weight: 700;
	font-family: Verdana;
	font-size: 16px;
}

.listContainer {
	width: 605px;
	/*height: 109px;*/
	background-color: #F5F8FB;
	margin:5px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	clear:both;
}

#camBoxSpecial {
	border: 1px solid #C1D6EB;
}

#ECnetworkTitle {
	height: 39px;
	width: 182px;
	background-color: #00589D;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
}

#featuredTitle {
	height: 22px;
	width: 182px;
	background-color: #00589D;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
}

.featuredPageHeader {
	width: 605px;
	height: 25px;
	padding: 6px 0px 0px 5px;
	background-color: #00589D;
	color: #FFFFFF;
}

.sideBar {
	width: 178px;
	height: 22px;
	color: #00589D;
	background-color: #E2EBF4;
	font-weight: 700;
	font-family: Arial;
	font-size: 12px;
}

.location {
	color: #00589D;
	font-weight: 700;
	font-family: Verdana;
	font-size: 12px;
	padding:4px 0px 0px 13px;
}

/* for awesome */
.arrowed {
	vertical-align: top;
	margin: 5px 3px 0px 0px;
}

</pre></body></html>