/* ============================= 
COLORS:
gray: #4d4d4d
============================== */


/* ============================= 
BODY STYLES
============================= */

html {
	height: 100%; }
	
body {
	background-color: #000000;
	margin: 0px 0px;
	padding: 0px;
	color: #ffffff;
	height: 99%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center; }

h1, h2, h3 {
	text-align: left;
	display: block;
	width: 570px;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps; }	
	
h1 {
	border-bottom: solid 1px #4d4d4d;
	font-size: 200%; }
	
h2 {
	font-size: 175%; }
	
h3 {
	font-size: 150%; }
	
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #fff;
	text-decoration: none; }
	
a:link, a:visited {
	color: #bbb;
	text-decoration: underline; }
	
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #fee;
	text-decoration: underline; }

a:hover, a:active {
	color: #fee;
	text-decoration: underline; }
	
p {
	_width: 100%;
	_display: block;
	text-align: justify; }

img {
	margin: 0px;
	border: 0px; }
	
.left_float_image {
	_display: block;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-width: 0px; }

.right_float_image {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-width: 0px; }