/* $Id: autbs.css,v 1.5 2009/12/17 02:36:20 john Exp $ */

/* Block Level */
body	{
	background-image: url("/img/book.jpg");
	margin-left: 10%;
	margin-right: 5%;
	}
h1	{
	margin-left: -5%;
	}
q:lang(en)	{ quotes: '"' '"' "'" "'"; }
q:before	{ content: open-quote; }
q:after		{ content: close-quote; }
blockquote p:before	{ content: open-quote; }
blockquote p:after	{ content: close-quote; }
img	{
	border: none;
	}
ul	{
	list-style: outside;
	}
ul.nobullet {
	list-style: none outside;
	}
/* Colours */
body, table	{
	color: black;
	background-color: white;
	}
a:link, a:visited, a:active	{
	color: #003399;
	background-color: white;
	}
a:hover	{
	color: #009999;
	background-color: white;
	text-decoration: none;
	}
h1, h2, h3, h4, h5, h6, th
	{
	color: #009999;		
	background-color: white;
	}
/* Fonts */
body, table	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
em	{
	font-style: italic;
	}
h1, h2, h3, h4, h5, h6
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1	{
	font-size: 150%;
	}
h2	{
	font-size: 120%;
	}
h3, h4, h5, h6	{
	font-size: 100%;
	}
li, p, td, th {
	font-size: 100%;
	}
pre	{
	font-family: monospace;
	}
strong	{
	font-weight: bold;
	}
/* Title */
table.title td	{
	font-family: "ZapfHumnst BT", Arial, sans-serif;
	font-size: 30pt;
	color: #000099;
	background-color: white;
	text-align: center;
	}
/* Footer */
.footer	{
	color: #000099;
	background-color: white;
	font-size: 8pt;
	float: left;
	margin-right: 1em;
	}
/* Navbar */
.navbar	{
	color: #000099;
	background-color: white;
	font-size: 8pt;
	text-align: center;
	}
/* TBS Font */
.tbsfont	{
	font-family: "ZapfHumnst BT", Arial, sans-serif;
	font-weight: normal;
	color: #000099;
	background-color: white;
	}
/* Golden Thought */
.goldenthought	{
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	background-color: #FFFFCC;
	}
/* Site Map */
table.sitemap th	{
	color: #FFFF99;
	background-color: #CC9966;
	}
img.w3cvalid	{
	border: none;
	margin-left: 1em;
	height: 31px;
	width: 88px;
	}
p.w3cfooter	{
	float: right;
	}
table.th-right th {
	text-align: right;
	vertical-align: text-top;
	}
