/* ----- LINKS ----- */
a
{
	text-decoration: none;
	width: 150px;
	display: block;
}

a:hover
{
	background-position: right;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(../images/gifs/crosshair.gif);
}

a:visited, a:active, a:focus
{
	color: ;
	background-color: ;
	border-bottom: ;
}

a:visited
{
	color: ;
	background-color: ;
	border-bottom: ;
}

a:active
{
	color: ;
	background-color: ;
	border-bottom: ;
}

a:focus
{
	color: ;
	background-color: ;
	border-bottom: ;
}

p a { }
cite a { }
li a { }
dt a { }
dd a { }


/* ----- HEADER ----- */
#headerContent a { }
#headerContent a:hover { }
#headerContent a:visited, a:active, a:focus{}
#headerContent a:visited { }
#headerContent a:active { }
#headerContent a:focus { }

/* ----- PRIMARY CONTENT ----- */
#primaryContent a { color: #00F; }
#primaryContent a:hover { color: blue; }
#primaryContent a:visited, a:active, a:focus{}
#primaryContent a:visited { }
#primaryContent a:active {}
#primaryContent a:focus {  }

/* ----- SECONDARY CONTENT ----- */
#secondaryContent a { }
#secondaryContent a:hover { }
#secondaryContent a:visited, a:active, a:focus{}
#secondaryContent a:visited { }
#secondaryContent a:active { }
#secondaryContent a:focus { }

/* ----- NAVIGATION ----- */
#verticalNavigation a { }
#verticalNavigation a:hover { }
#verticalNavigation a:visited, a:active, a:focus{}
#verticalNavigation a:visited { }
#verticalNavigation a:active { }
#verticalNavigation a:focus { }

#horizontalNavigation li a
{
	color: #333;
	font-weight: bold;
}

#horizontalNavigation a { }
#horizontalNavigation a:hover { }
#horizontalNavigation a:visited, a:active, a:focus{}
#horizontalNavigation a:visited { }
#horizontalNavigation a:active { }
#horizontalNavigation a:focus { }

/* ----- FOOTER ----- */
#footerContent a { }
#footerContent a:hover { }
#footerContent a:visited, a:active, a:focus{}
#footerContent a:visited { }
#footerContent a:active { }
#footerContent a:focus { }