/* BEGIN: Default HTML Settings */
body {
	font: 10pt Verdana, Tahoma, Arial, Sans-Serif;
	color: rgb(76,95,73);
}

TD {
	font-weight: normal;
	color: #333333;
	font-size: 10pt;
	text-decoration: none;
}

A {
	COLOR: #333333;
	text-decoration: underline;
}

A:hover {
	COLOR: rgb(158,85,68);
	text-decoration: underline;
}

A:visited {
	COLOR: #333333;
	text-decoration: underline;
}

A:active {
	COLOR: #333333;
	text-decoration: underline;
}

H1 {
	FONT-SIZE: 16pt;
	font-weight: normal;
	MARGIN: 0px;
	COLOR: rgb(158,85,68);
}

H2 {
	FONT-SIZE: 14pt;
	font-weight: normal;
	MARGIN: 0px;
	COLOR: rgb(158,85,68);
}

H3 {
	FONT-SIZE: 11pt;
	font-weight: normal;
	MARGIN: 0px;
	COLOR: rgb(158,85,68);
}

H4 {
	FONT-SIZE: 10pt;
	font-weight: normal;
	MARGIN: 0px;
	COLOR: rgb(158,85,68);
}

hr {
	border: none 0;
	border-top: 1px solid rgb(192,206,255);
	height: 1px;
}

p { margin: 12px 0; border: 0; padding: 0; }
/* END: Default HTML Settings */

/* BEGIN: Default Content Settings */
.error {
	font-weight: bold;
	color: #C00;
}

.hide {
	display: none;
}

.altcolor {
	color: #FF0000;
}

.altcolorBold {
	color: #FF0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.justifytext {
	text-align:justify;
	display:block;
	color: #333333;
}

.small,a.small:link,a.small:visited,a.small:hover {
	font-size: 8pt;
	color: #333333;
}

.smallWhite,a.smallWhite:link,a.smallWhite:visited,a.smallWhite:hover {
	font-size: 8pt;
	color: #FFFFFF;
}

.smallBlack,a.smallBlack:link,a.smallBlack:visited,a.smallBlack:hover {
	font-size: 8pt;
	color: #333333;
}

.normal,a.normal:link,a.normal:visited,a.normal:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
}

.normalBold,a.normalBold:link,a.normalBold:visited,a.normalBold:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
}

.heading,a.heading:link,a.heading:visited,a.heading:hover {
	font-weight: normal;
	font-size: 14pt;
	color: rgb(158,85,68);
	text-decoration: none;
}

.headingbold,a.headingbold:link,a.headingbold:visited,a.headingbold:hover
	{
	font-weight: bold;
	font-size: 14pt;
	color: rgb(158,85,68);
	text-decoration: none;
}

.subheading,a.subheading:link,a.subheading:visited,a.subheading:hover {
	font-weight: normal;
	font-size: 12pt;
	color: rgb(158,85,68);
	text-decoration: none;
}

.subheadingBold,
a.subheadingBold:link,
a.subheadingBold:visited,
a.subheadingBold:hover {
	font-weight: bold;
	font-size: 12pt;
	color: rgb(158,85,68);
	text-decoration: none;
}

.posted,a.posted:link,a.posted:visited,a.posted:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

.inputbox {
	font-size: 10pt;
	background: #FFFFFF;
	color: #333333;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

.submit {
	font-size: 10pt;
	background: rgb(158,85,68);
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid rgb(158,85,68);
	border-right: 1px solid rgb(158,85,68);
	border-bottom: 1px solid rgb(158,85,68);
	border-left: 1px solid rgb(158,85,68);
}

.contact { margin: 0; border: 0; padding: 0 0 0 12px; }
/* END: Default Content Settings */

/* BEGIN: News Summary Styles, for 'Library Services' and 'Reference Resources' */
.newsSummaryCategory {
	margin: 0 0 5px 0; border: 0; padding: 0;
	overflow: hidden;
}

.newsSummaryItem {
	clear: both;
}

.postedDate {
	font-size: smaller;
	font-style: italic;
}

.newsSummaryItem {
	margin: 0 0 5px 12px; border: 0; padding: 0;
}

.newsSummaryItem img {
	margin: 5px; border: 0; padding: 0;
	float: right; clear: both;
}

.newsSummaryItem p {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 9pt;
	text-align: justify;
}
/* END: News Summary Styles, for 'Library Services' and 'Reference Resources' */