/* 
	******************** [Style Sheet Notes] ********************
	1. Never add "font name tags" to any of the styles.
*/
/*
	******************** Global Link Style ********************
	Do not add font size tags or it will over ride the style sheets.
*/
A {
	color: #296BAB;
	text-decoration: none;
}
/*
	******************** Global Navigation Style ********************
	Use this to control the navigation styles.
*/
.navGbl {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #296BAB;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F689B;
	border-right-color: #3F689B;
	border-bottom-color: #3F689B;
	border-left-color: #3F689B;
}
.navGbl a {
	color: #FFFFFF;
	display: block;
	position: relative;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
.navGbl a:hover {
	font-size: 12px;
	color: #296BAB;
	background-color: #C7D3DF;
	text-decoration: none;
	font-weight: bold;
}
.navGblChild {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #E7F3FF;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F689B;
	border-right-color: #3F689B;
	border-bottom-color: #3F689B;
	border-left-color: #3F689B;
}
.navGblChild a {
	color: #296BAB;
	display: block;
	position: relative;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
.navGblChild a:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #498BCB;
	text-decoration: none;
	font-weight: normal;
}
/*
	******************** Global Header Style ********************
	This is the sites name or tagline.
*/
.HeaderSiteName {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.HeaderPageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
/*
	******************** Global Footer Style ********************
	Footer styles.
*/
.FooterText {
	font-size: 12px;
	color: #545454;
}
.FooterTextBold {
	font-size: 12px;
	font-weight: bold;
	color: #545454;
}

.disclaimer {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.rightnav {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
