/* CSS Document */


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990100;
	text-align: center;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990100;
	text-align: center;
}
.nav {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990100;
	padding-top : 5px;
	padding-left : 15px;
}
.nav a {
	color : #990100;
	text-decoration: none;
}
.nav a:hover {
	color : #0000ff;
	text-decoration: underline;
}
.nav2 {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990100;
	padding-top : 5px;
	padding-left : 15px;
}
.nav2 a {
	color : #990100;
	text-decoration: none;
}
.nav2 a:hover {
	color : #0000ff;
	text-decoration: underline;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
.foot a {
	color : #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.foot a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.body {
	color : #000000;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	font-size : 14px;
	font-family : "Trebuchet MS";
	text-align: justify;
}
.body a {
	color : #0000ff;
	text-decoration: none;
}
.body a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.book {
	font-size : 12px;
	padding-top : 5px;
	padding-left : 5px;
	font-family : "Trebuchet MS";
	border-right: 1pt solid #999999;
}
.book a {
	color : #990100;
	text-decoration: none;
}
.book a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.spotlight {
	font-size : 12px;
	padding-top : 5px;
	padding-left : 5px;
	font-family : "Trebuchet MS";
	border-bottom: 1pt solid #999999;
}
.spotlight a {
	color : #990100;
	text-decoration: none;
}
.spotlight a:hover {
	color : #0000FF;
	text-decoration: underline;
}
hr {
	color : #0000FF;
	text-decoration: underline;
	border: 1pt dotted #FF0000;
}