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


.bkgd {
	background-image: url(images/sketch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	}
	
.shadowleft {
	background-image: url(images/shadowleft.gif);
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f431b;
	}

.shadowright {
	background-image: url(images/shadowright.gif);
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2f431b;
	}
	
.shadowbtm {
	background-image: url(images/shadowbtm.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2f431b;
	}
	
.shadowwht {
	background-image: url(images/shadowwht.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2f431b;
	}
	
.brdleft {
	border-right: 1px solid #2f431b;
	background-position: left top;
	}

.brdright {
	border-left: 1px solid #2f431b;
	background-position: right top;
	}
	
.brdbtm {
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f431b;
	}
	
.brdtop {
	background-position: left top;
	border-top-style: solid;
	border-top-color: #2f431b;
	border-top-width: 1px;
	}
	
.body  {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}

.body a:link {
	text-decoration: none;
	color: #666666;
	}

.body a:visited  {
	text-decoration: none;
	color: #666666;
	}

.body a:hover {
	text-decoration: underline;
	color: #2f431b;
	}
	
.grnbody  {
	color: #788b70;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}

.grnbody a:link {
	text-decoration: none;
	color: #788b70;
	}

.grnbody a:visited  {
	text-decoration: none;
	color: #788b70;
	}

.grnbody a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.footer  { 
	color: #788b70; 
	font-size: 9px;
	line-height: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

.footer a:link {
	text-decoration: none;
	color: #788b70;
	}

.footer a:visited {
	text-decoration: none;
	color: #788b70;
	}

.footer a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.copy  {
	color: #2f431b;
	font-size: 9px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}

.copy a:link {
	text-decoration: none;
	color: #2f431b;
	}

.copy a:visited {
	text-decoration: none;
	color: #2f431b;
	}

.copy a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.grnhead   { 
	color: #2f431b; 
	font-weight: bolder; 
	font-size: 12pt; 
	line-height: 14pt; 
	font-family: Verdana; 
	text-decoration: none }
	
.grnhead a:link {
	text-decoration: none;
	color: #2f431b;
	}

.grnhead a:visited {
	text-decoration: none;
	color: #2f431b;
	}

.grnhead a:hover {
	text-decoration: underline;
	color: #666666;
	}