/* navlinks for the left hand navigation table */

td.navlinks{
	width: 150px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	text-align: right;
	outline-style: none;	
	padding: 6px 3px 6px 0px;
}

.navlinks a:link{
display: block;
width: 100%;
color: #f7f7f7;
text-decoration: none;
padding: 6px 3px 6px 0px;

}

html>body .navlinks a:link{ /*Non IE rule*/
width: auto;
color: #f7f7f7;
padding: 6px 3px 6px 0px;
}

.navlinks a:visited{
color: #f7f7f7;
display: block;
padding: 6px 3px 6px 0px;
}

html>body .navlinks a:visited{ /*Non IE rule*/
width: auto;
color: #f7f7f7;
padding: 6px 3px 6px 0px;
}

.navlinks a:hover{
background-color: #666666;
color: black;
display: block;
padding: 6px 3px 6px 0px;
}

html>body .navlinks a:hover{ /*Non IE rule*/
width: auto;
color: black;
padding: 6px 3px 6px 0px;
}
	
.navlinks a:active{
color: black;
display: block;
padding: 6px 3px 6px 0px;
}
	
html>body .navlinks a:active{ /*Non IE rule*/
width: auto;
color: black;
padding: 6px 3px 6px 0px;
}

/* footer is the font style used in the footer of the page */
.pagination {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	text-align: center;
	padding: 5px;
}

.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	text-align: center;
	padding: 4px;
}



/* the rest of the entries deal with the way links are displayed. The
text-decoration: none entry removes the underscore from the links, and all colours
remain the same except for the rollover (hover) state, which is bright green */
a:link {
	color: #f7f7f7;
	text-decoration: none;
}
a:visited {
	color: #f7f7f7;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

