/* --- General Styles ----------------------------------------------------------------------- */

.topLogo a:link, .topLogo a:visited	{
	color: #F59322;
	font-size: 30px;
	line-height: 35px;
	font-family: Georgia;
	text-decoration: none;
}
.topLogo a:hover, .topLogo a:active	{
	color: #F59322;
	font-size: 30px;
	line-height: 35px;
	font-family: Georgia;
	text-decoration: none;
}

.menuItem {
	color: #F59322;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia;
}
.menuItem a:link, .menuItem a:visited	{
	color: #653600;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia;
	text-decoration: none;
}
.menuItem a:hover, .menuItem a:active	{
	color: #F59322;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia;
	text-decoration: none;
}

.BottomMenu {
	color: #888888;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia;
}
.BottomMenu a:link, .BottomMenu a:visited	{
	color: #888888;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia;
	text-decoration: none;
}
.BottomMenu a:hover, .BottomMenu a:active	{
	color: #888888;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia;
	text-decoration: underline;
}

.pageHeader {
	color: #653600;
	font-size: 24px;
	line-height: 28px;
	font-family: Georgia;
}

.bioText {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-family: Georgia;
}

.bookTitle {
	color: #653600;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia;
}

.contactText {
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form, input, textarea, select, option {
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}