body {
	background-color:#fff;
	background-image:  url(back.png);
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .83em;
	margin:0 auto;
	margin-bottom:50px;
	padding: 0px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .83em;
}
#tblContainer {
	background-image:  url(top_bar_back.png);
	background-repeat:no-repeat;
	width:950px;
}
#content {
	text-align:left;
}
h1,	h2 { 
	font-family: 'Nobile', arial, serif;
}
h2 {
	border-bottom:solid 1px #D4D6D9;
	font-size: 165%;
	padding-bottom:5px;
}
h1 {
}
h3 {
	color:#333;
	font-size:90%;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
}

a {
	color:#345A8C;
	text-decoration:none;
}

a:hover {
	color:#4979B4;
	text-decoration:none;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

h1 a:hover {
	color:#f4f4f4;
	text-decoration:none;
}

.search-form {
	margin:0;
}

#q {
	background-color: #fff;
	background-image:  url(searchsubmit.gif);
	background-repeat:no-repeat;
	border:solid 1px #050505;
	float:right;
	height:27px;
	padding:5px 5px 5px 40px;
	margin-right:6px;
	margin-top:10px;
}


#nav {
	background-color:#e7e7e7;
	display:block;
	height:30px;
	padding-bottom:5px;
	padding-top:5px;
}


#next {
	background-image:  url(next.jpg); 
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
	text-indent:-1000;
	width:30px;
}
#next-dis {
	background-image:  url(next_dis.jpg); 
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
	width:30px;
}
#prev {
	background-image:  url(prev.jpg); 
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
	text-indent:-1000;
	width:30px;
}
#prev-dis {
	background-image:  url(prev_dis.jpg); 
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
	width:30px;
}

blockquote {
	border-left:solid 3px #ccc;
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	padding:20px;
}

.clear {
	clear:both;
	height:50px;
	margin-bottom:20px;
}


	.more {
		border:solid 1px #ddd;
		color:#999;
		display:block;
		padding:20px;
		text-align:center;
		text-decoration:none;
		text-indent:0px;
	}
	.more:hover {
		border:solid 1px #ccc;
		color:#666;
		display:block;
		text-decoration:none;
		text-indent:0px;
	}
	.wait {
		background-image:url(../images/wait.gif);
		background-repeat:no-repeat;
		background-position: 50% 25;
		border:solid 1px #ccc;
		color:#666;
		display:block;
		padding:20px;
		text-align:center;
		text-decoration:none;
		text-indent:-10000px;
	}
