.Author			{	font-weight: bold; 	}
.AuthorNoBold           {	font-weight: normal; 	}
.Book			{	font-style: normal;	}
.Titles			{	font-style: italic;	}
.TitlesBold		{	font-style: oblique;	}
.Journal		{	font-style: italic;	}
.Volume			{	font-style: italic;	}


/******** for Collections */
.number
{
color:red;
font-weight: lighter;
}
td ul
{
	margin: 0 0 0 0;
	padding-left: 15px;
      
}

ul li
{
	list-style-type: circle;
}

A.collection:link
{
color:maroon;
font-weight: lighter;
	text-decoration: none;
}
A.collection:hover
{
color:maroon;
font-weight: lighter;

	text-decoration: underline;
}
A.collection:visited
{
	color:maroon;
font-weight: lighter;

	text-decoration: none;
}

/******** for Reference */

a:link
{
color:maroon;
font-weight: lighter;
	text-decoration: none;
}
a:hover
{
color:maroon;
font-weight: lighter;
	text-decoration: underline;
}
a:visited
{
color:maroon;
font-weight: lighter;
	text-decoration: none;
} 


/******Year index styles.********/
.YearIndex
{
	font-size: 10pt;
}

.YearIndex td
{
	border: 1px solid silver;
	border-width: 1px 0px 0px 1px;
	background-color: white;		/*rgb(255,236,236);*/
	padding: 3px;
	width: 35px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
}

.YearIndex a
{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	color:red;
}

.YearIndex a:hover
{
	background-color: rgb(225,193,177);
	text-decoration: none;
	color: white;
}

.Copyright
{
	display:none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:37px;
	background-color: rgb(241,233,222);
	background-image: url(../images/shade-brownfooter-small.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-style: solid;
	border-color: rgb(169,150,134);
	border-width: 1px 0px 0px 0px;
	margin: 20px 0 0 0;
	padding: 0px;
	text-align: center;
	color: rgb(102,94,84);
}
