﻿/******** Global Styles ********/

a {
	text-decoration: none;
	color: #880000;
}/* a */

a:hover {
	text-decoration: underline;
}/* a:hover */

body, td {
	font-family: verdana,helvetica,arial,system;
	font-size:10pt;
}/* body, td */

hr {
	color:#6C5139;
	background-color: #3F2E21;
	height:1px;
}/* hr */

table {
	border: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0;
}/* table */

/******** Text Styles ********/

.header-text {
	font-weight: bold;
	color: #880000;
}/* header-text */

.title-text {
	font-size: 12pt;
	font-weight: bold;
	color: #880000;
}/* title-text */

/******** Table Styles ********/

.border-table {
	background-color: #D79F67;
	border: solid 2px #6C5139;
	border-spacing: 10;
	height: 100%;
	width: 100%;
}/* border-table */

.page-table	{
	height: 100%;
	width: 100%;
}/* page-table */

.padded-cell {
	padding: 10px 10px 10px 10px;
}/* padded-cell */
