.NormalText, body, td	{font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
body { background-color: #F0EDE5; margin: 0, 0; }
p,ul,ol,li { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

.BlueText,
h1,h2,h3,h4,h5,h6 { font-family: Verdana, Geneva, sans-serif; color: #001068; }
a:link { text-decoration: underline; color: #000066; }
a:hover { text-decoration: none; color: #FF0000; }
a:visited { text-decoration: underline; color: purple; }
tr,td { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
tr.dark_bg,td.dark_bg { font-weight: bold; color: white; background-color: #525EA8; }
tr.medium_bg,td.medium_bg { font-weight: bold; color: white; background-color: #93385B; }
tr.light_bg,td.light_bg { background-color: #EEE6C7; }
tr.extra_light_bg,td.extra_light_bg { background-color: #F0F3FB; }
tr.highlight_bg,td.highlight_bg { background-color: #FFFFD9; }
tr.highlight2_bg,td.highlight2_bg { background-color: #FFFFB7; }
td.table_heading { background-color: #002C6D; font-size: 14px; font-weight: bold; color: white; }
td.table_heading_small { font-size: 14px; font-weight: bold; color: white; }
a.whitetext:link, a.whitetext:visited { color: white; text-decoration: none; }
a.whitetext:hover { color: gray; text-decoration: underline; }
* .redalert { color: #FF0000; }
a.bluetext:link, a.bluetext:visited { font-size: 9px; color: #001068; text-decoration: none; }
a.bluetext:hover { font-size: 9px; color: gray; text-decoration: underline; }
* .redalert { color: #FF0000; }
* .photoborder { border-color: black; }
* .body_back { font-size: 14px; background-color: white; }

.Header,
* .headline_text { font-family: Verdana, Geneva, sans-serif; font-size: 18px; color: #001068; font-weight: bold; }
* .headline_text_med { font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #001068; font-weight: bold; }
* .body_back_sm_text { font-size: 10px; background-color: white; color: black; }
* .red_bg { background-color: #C60000; }
* .plain_text { font-size: 12px; }
* .plain_text_white { font-size: 12px; color: white; }
* .plain_text_small { font-size: 10px; }
* .plain_text_small_white { font-size: 9px; color: white; }
* .sidebar_bg{ background-image: url(images/sidebar_bg.gif); background-repeat: repeat-y; }
* .site_border { font-size: 6px; background-color: black; }

table.gallery td	{border: 2px solid #525EA8;}

#book {
	position: relative;
	background-image: url(images/book/book.jpg);
	background-repeat: no-repeat;
	width: 322px;
	height: 250px;
}
#book p {
	margin: 0px;
	padding: 0px;
}
#book #title {
	position: absolute;
	width: 156px;
	top: 10px;
	left: 150px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #f00;
}
#book #subtitle {
	position: absolute;
	width: 156px;
	top: 50px;
	left: 150px;
	text-align: center;
	font-size: 11px;
}
#book #more {
	position: absolute;
	top: 195px;
	left: 42px;
}
#book form {
	position: absolute;
	top: 110px;
	left: 145px;
	width: 160px;
	color: #6e6e6e;
	font-size: 11px;
	text-align: left;
}
#book form label {
	float: left;
	display: block;
	width: 50px;
	text-align: right;
	padding-right: 5px;
}
#book input.text {
	background-color: #eee;
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	padding: 0px 5px;
	border: none;
}
#book input#button {
	background: none;
	background-image: url(images/book/button.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
	height: 49px;
	border: none;
	cursor: pointer;
}
#book #privacy {
	text-align: center;
}
#book #privacy a {
	color: #6e6e6e;
	border-bottom: none;
	font-size: 11px;
}
#book #privacy a:hover {
	color: #000;
	border-bottom: 1px solid #444;
}