a:link, a:active, a:visited {
	color : #69c;
	background: transparent;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #933;
	background: transparent;
}

body {
	margin : 0;
	padding : 0;
	background: #000;
	color: #ccc;
}

/* solves gap between table images caused by inline display  */
td img {
	display: block;
}
.nocss {
	display: none;
}
.bodytext {
	color : #ccc;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pullouttext {
	color : #ccc;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
}

/* class for linked page numbers */
.linknumbers {
	color : #ccc;
	font : bold 10px/10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

/* class for index page navigation links without line-height since table cells are used */
.linktextindex {
	color : #ccc;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-transform : lowercase;
}

/* class for navigation links with line-height */
.linktext {
	color : #ccc;
	font : bold 10px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-transform : lowercase;
}

.inline {
	display : inline;
}

