﻿body 
{
	font-family: Arial;
	font-size: 11pt;
	color: #050400;
	background-color: #5b5c56;
	margin: 0 0;
}

div
{
	float: left;
	width: 100% auto;
	height: 100% auto;
}

img
{
	border: none;
}

div.black-spacer
{
	width:100%;
	height:5px;
	background-color:#000000;
}

div.gold-spacer
{
	width:100%;
	height:5px;
	background-color:#a19f6f;
}

div.gray-spacer
{
	width:100%;
	height:5px;
	background-color:#3a3724;
}

div.heading-underline
{
	font-weight:bold;
	border-bottom:solid 5px #a19f6f;
	width:100%
}

td.table-triple-separator
{
	width:250px;
	height:250px;
	padding:5px;
	vertical-align:top;
}

td.table-single-separator
{
	width:100%;
	height:400px;
	padding:5px;
	vertical-align:top;
}

td.header-links
{
	padding: 0 20px;	
}

p.inner-text, p.inner-text-list
{
	padding-left:15px;
	padding-right:15px;
	line-height: 25px;
}

p.inner-text-list
{
	font-weight:bold;
	font-style:italic;
}

.input-single, .input-multiple
{
	width: 250px;	
}

.input-multiple
{
	height: 150px;	
}