﻿.alert {
	border: thin solid #990000;
	background-color: #FFFFCC;
	padding: 3px 6px 3px 6px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 13px;
	font-weight: bold;
}
.gray {
	color: #999999;
}
.fading-bkgd {
}
.no-topmargin {
	margin: 0px;
}
img {
	border-width: 0;
}
.linkcode {
	margin-top: 9px;
	margin-bottom: 36px;
	padding: 5px;
	border: 1px solid #555;
	width: 80%;
}

.strikethrough {
	text-decoration: line-through;
}
.left-padding {
	padding-left: 15px;
}
.medium {
	font-size: medium;
}
p {
	font-size: 14px;
	line-height: 1.2;
}
h1 {
	color: #336699;
	font-weight: bolder;
	font-size: 26px;
}
h2 {
	color: #006699;
	font-size: 20px;
}
h3 {
	margin: 0px;
	color: #006699;
	font-weight: bolder;
}



hr {
	height: 1px;
	border: solid;
	color: #333333;
}
.small {
	font-size: xx-small;
}

.highlight {
	background: #FFFFCC;
	color: #FFFF00;
}

#header_book {
	width: 780px;
	height: 130px;
}

#footer p {
	font-size: x-small;
	text-align: center;

}
#ExtraComments {
	display: none;
}
#secure {
	float: right;
	position: fixed;
	top: 50px;
	left: 500px;
	width: 182px;
	height: 44px;
	z-index: 1;
}
.red {
	color: #CC0000;
}
.img {
	border: 0 none;
}
.centered {
	text-align: center;
}




