/* ************* */
/*  kokoro.css  */
/*  ajc 2007/08  */
/* ************* */

/* ****************** */
/* default attributes */
/* ****************** */

body
	{
	background: #222222;
        color: black;
        text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

table
	{
	border: none;
	}

td
    {
	vertical-align: top;
	padding: 0;
	}

img
    {
	border: none;
	vertical-align: top;
	}

hr
    {
	width: 75%;
	}

br
    {
	clear: left;
	}

blockquote
	{
	font-size: 90%;
	}

h1
    {
    font-family: arial, sans-serif;
    }

caption
	{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
	}

/* ************ */
/* fine-grained */
/* ************ */

.cen
    {
    text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

.center
    {
	text-align: center;
	}

.left
    {
	text-align: left;
	}

.smaller
	{
	font-size: 60%;
	}

.underline
	{
	text-align: left;
	text-decoration: underline;
	}

hr.left
    {
	text-align: left;
	float: left;
	}

img.border
	{
	border: solid black 1px;
	}


table.main
	{
    margin-right: auto;
	margin-left: auto;
    text-align: center;
	width: 800px;
    background: #C0C0C0;
	color: black;
	border: solid black 1px;
	}

td.spacer
	{
	vertical-align: top;
	width: 10px;
	}


/* *********** */
/* other pages */
/* *********** */


td.sidebar
	{
	width: 75px;
	vertical-align: top;
	color: black;
	border: solid black 2px;
	background: #ABABAB url(images/sidebar.jpg) repeat;
	padding: 0;
	margin: 0;
	}

td.text
	{
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 0px;
	}




