@charset "utf-8";
/* CSS Document */

body
{ 
	background-color:#004A19
}

.navbar
{
	background-color:#c0a062;
	border-top: #004A19 1px solid;
	border-bottom: #004A19 1px solid;
}

.white
{
	background-color:#ffffff;
}


a.nav:link,
a.nav:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

a.nav:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

.textblock
{
	border: #c0a062 1px solid;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/watermark.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:14px
}

.sideimage
{
	border:#c0a062 5px solid;
}

.footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}

a.footer:link,
a.footer:visited 
{
	color:#006633;
	text-decoration:none;
}

a.footer:hover
{
	color:#999999;
	text-decoration:underline;
}

a.inlink:link,
a.inlink:visited 
{
	color:#006633;
	text-decoration:none
}

a.inlink:hover
{
	text-decoration:underline
}

h3 {
 margin-bottom: -5px;
 font-size: 16px;
}

/*----------------------------------------------------------------------------------------
 * zebra-style tables
 *--------------------------------------------------------------------------------------*/
.zebra {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.zebra caption {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}
.zebra thead th,
.zebra thead td,
.zebra .thead th,
.zebra .thead td {
	padding: 4px;
	text-align: left;
	background: #004A19;
	border: 1px solid #004A19;
	border-bottom: 1px solid #d9d9d9;
	color: #fff;
}
.zebra tfoot td,
.zebra tfoot th {
	text-align: center;
	font-style: italic;
	border-top: 1px solid #ccc;
}
.zebra td,
.zebra th {
	padding: 3px 5px;
	border-right: 1px solid #d9d9d9;
	font-size: 100%;
}
.zebra tr.dark td,
.zebra tr.dark th  {
	background: #e1f2e7;
}
.zebra tbody th {
	text-align: left;
	/*background: #d9d9d9;*/
}
.zebra tr.heading td {
	background: #ADC3C6;
	font-weight: bold;
	text-align: center;
	border: 0;
}
.zebra .tbody td {
	border:0;
}

#currency {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	
}