.greenLinkOn {
	border: thin #800000 solid;
	padding: 2px;
	}

.greenLinkOn a:link{
	color: #006400;
	font-weight: bold;	
	text-decoration: none;
	}
.greenLinkOn a:visited{
	color: #006400;
	font-weight: bold;
	text-decoration: none;
	}
.greenLinkOn a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}

.greenLink a:link{
	color: #006400;
	font-weight: bold;	
	text-decoration: none;
	}
.greenLink a:visited{
	color: #006400;
	font-weight: bold;
	text-decoration: none;
	}
.greenLink a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}

.orangeLinkOn {
	border: thin #800000 solid;
	padding: 2px;
	}
.orangeLinkOn a:link{
	color: #ff8c00;
	font-weight: bold;	
	text-decoration: none;
	}
.orangeLinkOn a:visited{
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;
	}
.orangeLinkOn a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}

.orangeLink a:link{
	color: #ff8c00;
	font-weight: bold;	
	text-decoration: none;
	}
.orangeLink a:visited{
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;
	}
.orangeLink a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}

.redLinkOn {
	border: thin #800000 solid;
	padding: 2px;
	}
.redLinkOn a:link{
	color: #ff0000;
	font-weight: bold;	
	text-decoration: none;
	}
.redLinkOn a:visited{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	}
.redLinkOn a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}


.redLink a:link{
	color: #ff0000;
	font-weight: bold;	
	text-decoration: none;
	}
.redLink a:visited{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	}
.redLink a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}


.blueLinkOn {
	border: thin #800000 solid;
	padding: 2px;
	}
.blueLinkOn a:link{
	color: #000080;
	font-weight: bold;	
	text-decoration: none;
	}
.blueLinkOn a:visited{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
	}
.blueLinkOn a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}



.blueLink a:link{
	color: #000080;
	font-weight: bold;	
	text-decoration: none;
	}
.blueLink a:visited{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
	}
.blueLink a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	}

.svcLink a:link {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #000000;
	text-decoration: none;
}