@charset "UTF-8";
/* CSS Document */


/* ------------------- Links ------------------- */

a {text-decoration: none;}
a:link, a:visited {color:#0099FF; text-decoration:none;}
a:hover {text-decoration:none;color:#FFCC00;}

#moreLinks a{text-decoration:none;}
#moreLinks a:link{color: #0099FF;}
#moreLinks a:visited{color:#0099FF;}
#moreLinks a:hover{border-bottom:4px solid #FFCC00;}
#moreLinks a:active{text-decoration:none;padding-bottom:-3px;}

#psContent3 a {text-decoration:underline;}


/* ------------------- FAQ Links ------------------- */

#psContent a {text-decoration: none;  color:#0099FF;}
#psContent a:link, a:visited {text-decoration:none;}
#psContent a:hover {color:#FFCC00;}

#faqContent a {text-decoration: none;  color:#666;}
#faqContent a:link, a:visited {text-decoration:none;}
#faqContent a:hover {color:#0099FF;}

#faqNav a {text-decoration: none; color:#777; }
#faqNav a:link, a:visited {text-decoration:none;}
#faqNav a:hover {color:#0099FF;}

/* ------------------- Home Links ------------------- */
	


#colWrapper a {text-decoration: none;}

#colWrapper  a:link{
	text-decoration:none;
}
#colWrapper  a:visited{
	text-decoration:none;
}
#colWrapper  a:hover{
	color: #FFCC00;
	padding-bottom:-5px;
}

.yellow a {text-decoration: none;color:#FFCC00; }

.yellow a:link{color:#FFCC00;
	text-decoration:none;
}
.yellow a:visited{
	text-decoration:none;
}
.yellow a:hover{
	color:#0099FF; 
	text-decoration:none;}

