/* CSS Document */

body	
{
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a:link, a:visited 
{
	text-decoration: underline;
	color: #000099;
}

a:hover 
{
	text-decoration: none;
}

ul 
{
	list-style-type: square;
}

.print {
	font-style: italic;
	font-weight: bold;
}
.callnumber {
	font-size: 14px;
	text-transform: capitalize;
}
.footer {
	font-size: 14px;
}
.breadcrumb {
	font-size: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	text-align: center;
}
.bold {
	font-weight: bold;
}
h1 {
	font-weight: bolder;
	text-align: center;
}
.url {
	font-size: small;
	font-weight: normal;
}
.italics {
	font-style: italic;
}
table {
	background-position: left;
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	display: block;
	clear: both;
}
.green {
	background-color: #00CC00;
}

