body
{
	margin: 0px;
	background-color: #FFF;
}

.header_left { background-image: url(../images/header-left.gif); }
.header_middle { background-image: url(../images/header-middle.gif); }
.header_right { background-image: url(../images/header-right.gif); }

.link
{
	font-weight: bold;
	font-size: 10px;
}

.selectedlink
{
	color: #000;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	border-width: 0px 0 1px 0;
	border-style: dashed none dashed none;
	border-color: #C90;
}

.selectedchapter
{
	color: #C90;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-transform: inherit;
	text-decoration: underline;
}

td .bordervert
{
	border-right: 1px #666 dashed;
	width: 1px;
	height: 100%;
	border-left: 0 #666 none;
	border-top: 0 none;
	border-bottom: 0 none;
}

td
{
	color: #555;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a
{
	text-transform: inherit;
	text-decoration: none;
	color: #555;
}

a:hover
{
	text-transform: inherit;
	text-decoration: underline;
	color: #000;
}

.copyright
{
	font-size: 9px;
	font-weight: normal;
}

.paragraphheader
{
	color: #696;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}

.paragraph
{
	color: #555;
	font-family: verdana;
	font-size: 10;
}

.paragraph .header
{
	color: #696;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #d9dadd 0px 1px 0px;
}

.paragraph .date { color: #999; }

.paragraph a
{
	text-transform: inherit;
	font-weight: normal;
	color: #666;
	border-bottom: #C90;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.paragraph a:hover
{
	text-transform: inherit;
	font-weight: normal;
	color: #FFF;
	border-color: #C90;
	background-color: #C90;
}

.errormsg
{
	color: #f00;
	font-family: verdana;
	font-size: 10;
	font-weight: bold;
}
