/* CSS Document */
A:link 
	{
	text-decoration: none;
	color:#663333;
	}
A:visited 
	{
	text-decoration: none;
	color:#663333;
	}
A:hover 
	{
	text-decoration: underline;
	color:#6D6D49;
	}
body
	{
	background-color: #ECE9D8;
	}
h1
	{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}
h2
	{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}
table.highest
	{
	width: 750px;
	}
table.border
	{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	}
table.small
	{
	width: 450px;
	}
td.outline
	{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	}
td.valigntop
	{
	vertical-align: top;
	}
td.valigncenter
	{
	vertical-align: middle;
	}
div.copyrightalignment
	{
	text-align: right;
	}
td.copyrighttable
	{
	background-color: #A6C0C0;
	border-color: #999999;
	text-align: center;
	border-width: thin;
	}
/* Should I keep this in... check me... try to stream line (think this is used in the airport...)
.indent
	{
	text-indent: .5cm;
	}
*/
.leftmargin
	{
	margin-left: .5cm;
	margin-right: .5cm;
	}
.justify
	{
	text-align: justify;
	}
.left
	{
	text-align: left;
	}
.right
	{
	text-align: right;
	}
.body
	{
	font-family: Verdana;
	font-size: 12px;
	}
.border
	{
	font-family: Verdana;
	font-size: 10px;
	}
.bold
	{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	}
.borderbold
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	}
.center
	{
	text-align: center;
	}
.white /*background*/
	{
	background: #FFFFFF;
	}
.copyrighttext
	{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	}
.background
	{
	background-color: #ECE9D8;
	}
table.outline
	{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	}
tr.outline
	{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	}

