﻿.headerBackground {
	Background-color: #A89647;
}

.headerBody {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}

html { 
margin : 0; 
padding : 0; 
} 

.body {
	background-color: #A89647;
	max-width: inherit;
	margin-left: 2px;
	margin-right: 4px;
}

.tableHeader {
	background-color:#cccccc;
	border-bottom:1;
	border-bottom-color:white;
	vertical-align:top;
	height:25px;
}

.tablefooter {
	background-color:white;
	border-bottom:1;
	border-bottom-color:white;
	vertical-align:top;
	height:155px;
}

.imgLeft {
	float:left;	
	border:0px;
}

.imgRight {
	float:right;
	border:0px;
}

hr {
   
   color: #B4C0CF;
   background-color:#B4C0CF;
   border: 0px solid #B4C0CF;
   height: 2px;
   width:100%; 
}


.red12{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	color:red;
}

.black12{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	color:black;
}

.black12left{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	text-align: left;
	color:black;
}

.black14{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	color:black;
}

.black14center{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	text-align: center;
	color:black;
}

.black16{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 16pt;
	color:black;
}
 
.black20{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 20pt;
	color:black;
}

.ivory12{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	color:#ebe6d2;
}

.ivory12i{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	color:#ebe6d2;
	font-style: italic;
}

.ivory14{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	color:#ebe6d2;
}

 .ivory16{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 16pt;
	color:#ebe6d2;
}

 .ivory20{
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 20pt;
	color:#ebe6d2;
}

.blackmedium{
	font-family : Arial, Helvetica, Sans-serif;
	font-size:medium;
	color:black;
}

.blackxsmall{
	font-family : Arial, Helvetica, Sans-serif;
	font-size:x-small;
	color:black;
}

.arrowgreen{
	width: 200px; /*width of menu*/
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url('../images/arrowgreen.gif') 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #003300;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

.table {
	border: 2px solid #EBE6D2;
}
.table.tr {
	border: 1px solid #EBE6D2;
}

