/* sty_links */
/* 4/26/2008 */
/*  copyright Scott Vincent" SV Design */
/*  */

/* Page Wide */

a:link {
color: #0066cc;
text-decoration: none
} /* unvisited link */

a:visited {
color: #3333ff;
text-decoration: none
} /* visited link */

a:hover {
color: gray;
text-decoration: underline
} /* mouse over link */

a:active {
color: #0000FF
text-decoration: underline
} /* selected link */


/* Header Pane */
/* none */

/* Nav1 Pane */
.hmLinks A:link {
	color: #FF6600;
	text-decoration: none;
} /* unvisited link */

.hmLinks A:visited {
	color: #FF6600;  /*#ff9966;*/
	text-decoration: none;
} /* visited link */

.hmLinks A:hover {
	color: #0000ff;
	text-decoration: underline;
} /* mouse over link */

.hmLinks A:active {
	color: #0000ff;
	text-decoration: underline;
} /* selected link */


/* Body Pane */
/* none */

/* Nav2 Pane */
.rtLinks A:link {
	color: #5E70EC;
	text-decoration: none;
} /* unvisited link */

.rtLinks A:visited {
	color: #5E70EC;
	text-decoration: none;
} /* visited link */

.rtLinks A:hover {
	color: #0000ff;
	text-decoration: underline;
} /* mouse over link */

.rtLinks A:active {
	color: #0000FF
	text-decoration: underline;
} /* selected link */



/* Footer Pane */
.ftLinks A:link {
	color: #0071BB;
	text-decoration: none;
} /* unvisited link */

.ftLinks A:visited {
	color: #0071BB;
	text-decoration: none;
} /* visited link */

.ftLinks A:hover {
	color: #808080;
	text-decoration: underline;
} /* mouse over link */

.ftLinks A:active {
	color: #0071BB;
	text-decoration: underline;
} /* selected link */
