/*******************************/
/* Begin CSS custom Formatting */
/*******************************/

/*~~~~~~~~left Links~~~~~~~~*/
.leftLinks {
	color: #A3A3A3;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #A3A3A3;
	line-height: 1.6em;
	padding: 4px;
	text-align: left;
	font-size: 84%;
}
a.leftLinks:link {
	color: #666666;
	text-decoration: underline;
	border: none;
}
a.leftLinks:visited {
	color: #666666;
	border: none;
}
a.leftLinks:active {
	color: #666666;
	border: none;
}
a.leftLinks:hover {
	color: #FF3300;
	text-decoration: underline;
	width: 100%;
	border: none;
}
/*~~~~~~~~footer Links~~~~~~~~*/
.footerLink {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #70A452;
	padding-right: 8px;
	padding-left: 6px;
}
a.footerLink:link {
	color: #888888;
}
a.footerLink:visited {
	color: #888888;
}
a.footerLink:active {
	color: #888888;
}
a.footerLink:hover {
	color: #FF3300;
	text-decoration: underline;
}
/*~~~~~~~~TAB BG Links~~~~~~~~*/
.tab {
	background-color: #70A452;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 88%;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #70A452;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #70A452;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #70A452;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
a.tab:link {
	color: #FFFFFF;
}
a.tab:visited {
	color: #FFFFFF;
}
a.tab:active {
	color: #FFFFFF;
}
a.tab:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
/*~~~~~~~~TAB ACTIVE Links~~~~~~~~*/
.tabACTIVE {
	background-color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #70A452;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #70A452;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #70A452;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
a.tabACTIVE:link {
	color: #222222;
	text-decoration: underline;
}
a.tabACTIVE:visited {
	color: #222222;
}
a.tabACTIVE:active {
	color: #222222;
}
a.tabACTIVE:hover {
	color: #FF3300;
	background-color: #FFFFFF;
	text-decoration: underline;
}
