/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	/*background-image: url(images/page_bkgd.gif);*/
	background-repeat: repeat-x;
}

a:link {
	color: #f38b0a;
	text-decoration: underline;
}
a:visited {
	color: #f38b0a;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

.btmLink {
	color: #9fbedc;
	font-size: 10px;
}
	a.btmLink:link {
		text-decoration: none;
		color: #C4D7EA;
	}
	a.btmLink:visited {
		color: #C4D7EA;
		text-decoration: none;
	}
	a.btmLink:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.orange {
	color: #fa8c04;
}
.orangeBold {
	color: #fa8c04;
	font-weight: bold;
}

.blueLink {
	color: #407d9c;
	font-size: 11px;
}
	a.blueLink:link {
		text-decoration: underline;
		color: #407d9c;
	}
	a.blueLink:visited {
		color: #407d9c;
		text-decoration: underline;
	}
	a.blueLink:hover {
		color: #407d9c;
		text-decoration: none;
	}

.bannerLink {
	color: #333333;
}
	a.bannerLink:link {
		text-decoration: none;
		color: #333333;
	}
	a.bannerLink:visited {
		color: #333333;
		text-decoration: none;
	}
	a.bannerLink:hover {
		color: #fa8c04;
		text-decoration: underline;
	}
.orangeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eb9121;
	text-transform: lowercase;
	font-style: normal;
	font-variant: normal;
}
.blueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b78c4;
	text-transform: lowercase;
	font-style: normal;
	font-variant: normal;
}
.blueHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b78c4;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.blackHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: lowercase;
	font-style: normal;
	font-variant: normal;
}
.divLine {color: #BBD2E8}
.menuLink {
	color: #3978b7;
}
	a.menuLink:link {
		text-decoration: none;
		color: #3978b7;
	}
	a.menuLink:visited {
		color: #3978b7;
		text-decoration: none;
	}
	a.menuLink:hover {
		color: #fa8c04;
		text-decoration: none;
	}
.darkLink {
	color: #333333;
}
	a.darkLink:link {
		text-decoration: underline;
		color: #333333;
	}
	a.darkLink:visited {
		color: #333333;
		text-decoration: underline;
	}
	a.darkLink:hover {
		color: #333333;
		text-decoration: none;
	}

.linksBkgd {
	background-attachment: fixed;
	background-image: url(images/links_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccdcec;
}