
.greenGradient {
	background-image:url(/graphics/greengradient.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.greenBorder {
	border: 1px solid #D5EC92;
}

.borderGradient {
	background-image:url(/graphics/greengradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	border: 1px solid #D5EC92;
}

.orangeText {
    color: #FF6600;
}

a.orangelink:link {
	font-weight: bold;
	color: #000000; /*#FF6600;*/
	text-decoration: underline;
}
a.orangelink:visited {
	font-weight: bold;
	color: #000000; /*#FF6600;*/
	text-decoration: underline;
}
a.orangelink:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.orangelink:hover {
	font-weight: bold;
	color: #FF6600;/*#FF9900;*/
	text-decoration: underline;
}


a.bluelink:link {
	font-weight: bold;
	color: #2570BB; /*#FF6600;*/
	text-decoration: underline;
}
a.bluelink:visited {
	font-weight: bold;
	color: #2570BB; /*#FF6600;*/
	text-decoration: none;
}
a.bluelink:active {
	font-weight: bold;
	color: #2570BB;
	text-decoration: none;
}
a.bluelink:hover {
	font-weight: bold;
	color: #2570BB;/*#FF9900;*/
	text-decoration: underline;
}



/* Default classes for the pagination stuff */
a.nextLinkOn:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.nextLinkOn:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.nextLinkOn:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nextLinkOn:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.nextLinkOff {
	color: #BFDAF5;
}

.nextLinkOffBlue {
	color: #509CE1;
}



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

a.nextLinkOnDark:visited {
	color: #00589D;
	text-decoration: none;
}

a.nextLinkOnDark:active {
	color: #00589D;
	text-decoration: none;
}

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

