/* CSS Document */
p { text-indent: 1.5em; }

body
	{
	padding: 0px;
	margin: 0px;
	background-color: black;
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: .05em;
	}
table
	{
	padding: 0px;
	margin: 0px;
	}

#maintable
	{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: black;
	}
	
.toprow
	{
	background-color: black;
	height: 115px;
	}

input
	{
	font-size: .85em
	}

a, a:active, a:visited
	{
	color: #CCAAAA;
	text-decoration: none;

	}
a:hover
	{
	text-decoration: underline;
	color: white;
	}
h1,h2,h3 { font-variant: small-caps; letter-spacing: .2em;}

h3
	{
	font-size: .9em;
	}

h2
	{
	font-size: 1.1em;
	}
	
h1
	{
	font-size: 1.2em;
	border-bottom: thin dashed black;
	}
	

.links
	{
	text-align: center;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Lucida Bright";
	font-size: .8em;
	letter-spacing: .2em;
	}
.links a:hover
	{
	color: white;
	}
.currentlink
	{
	color: white;
	}
	
.hiding
	{
	display: none;		
	position: absolute;
	top: -20em; 
	left: 20em;
	width: 800px;
	background-color: black;
	border: 1px black solid;
	border-top: 8px black solid;
	z-index: 5;
	font-size: .7em;
	padding: 2px;
	text-align: center;
	}
.hiding a:hover { color: white; }
.absolute
	{
	position: absolute;
	z-index: 2;

	}
.relative
	{
	position: relative;
	/*z-index: 3;*/
	}


.note
	{
	font-size: .75em;
	text-align: center;
	}

#texttable
	{
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;

	}
	
.texttable_main
	{
	border: thin gray solid;
	
	padding: 5px;
	padding-top: 0px;
	}
}	