﻿html {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-color: rgba(150, 150, 150, 1);
	background-image*: url('../images/gradient_backgrounds/01levels-4x.png');
	padding: 20px;
	font-family: "Futura Lt BT", "AvantGarde Bk BT", Arial, sans-serif;
	color:#333333;
}
.table {
	width: 100%;
	border-style: none;
	border-width: 0px;
}
.left_cell {
	width: 20px;
	text-align: left;
	vertical-align: top;
	position: fixed;
}
.right_cell_content {
	width: 80%;
	text-align: left;
	vertical-align: top;
}
p {
	margin: 0px;
	padding-top: 1em;
}
h1 {
	font-family: "Century Gothic";
	font-size: 150%;
	color: white;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 110%;
	color: white;
	margin-top: -1.5em;
}
h4 {
	font-size: 80%;
	font-weight: lighter;
	letter-spacing: 3px;
}
h5 {
	font-size: 75%;
}
h6 {
	font-size: 75%;
}
.table_colophon {
	text-align: center;
	font-size: 75%;
	color: #666666;
	width: 100%;
}
.logo {
	position: absolute;
	width: 300px;
	height: 112px;
	z-index: -1;
	left: 16px;
	top: -10px;
}
.logo_top {
	position: absolute;
	width: 300px;
	height: 112px;
	z-index: 1;
	left: 16px;
	top: -10px;
}
.colophon {
	text-align: left;
	font-size: 75%;
	color: #666666;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: yellow;
}
a img {
	background-color: transparent;
	text-decoration: none;
	border: 0px;
}
ul {
	background: transparent;
	margin-left: 0px;
}
li {
	background: transparent;
	list-style-type: none;
}
table {
	margin-left: -10px;
}
