/* SCHIERON.COM */

/* ------------------------------------------------------------------------ */
/* TYPOGRAPHY */

body { 
	color: #000;
	background-color: #000;
	font-family: "Lucida Grande", Lucid, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 1px;
	line-height: 16px;
	margin: 0px;
	}

img {
	border: 0;
	}

/* ------------------------------------------------------------------------ */
/* LINKS */

a:link,
a:visited {
	font-size: 12px;
	letter-spacing: 1px;
	color: #36c;
	background-color: #fff;
	text-decoration: none;
	}

a:hover,
a:visited:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

a:active,
a:visited:active {
	color: #900;
	background-color: #000;
	text-decoration: none;
	}
	
a.hlm:link,
a.hlm:visited {
	font-size: 10px;
	color: #222;
	background-color: #000;
	text-decoration: none;
	}

a.hlm:hover,
a.hlm:visited:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

a.hlm:active,
a.hlm:visited:active {
	color: #900;
	background-color: #000;
	text-decoration: none;
	}

/* ------------------------------------------------------------------------ */
/* TEXT */

p,
.p {
	background-color: #fff;
	color: #000;
	}
	
b,
strong,
.b,
.strong {
	font-weight: bold;
	}
	
i,
em,
.i,
.em {
	font-style: italic;
	}

.copyright {
	font-size: 10px;
	background-color: #fff;
	color: #bbb;
	}

/* ------------------------------------------------------------------------ */
/* TABLES */

table.top {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
    width: 100%;
	}

table.middle {
	background-color: #900;
	color: #900;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
    width: 100%;
	}
	
table.bottom {
	background-color: #fff;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
    width: 100%;
    height: 75%;
	}
