this.ie6=(this.ver.indexOf("MSIE 6")>-1 &&
this.dom && !this.opera5)?1:0;
this.ie7=(this.ver.indexOf("MSIE 7")>-1 &&
this.dom)?1:0;
this.ie4=(document.all && !this.dom &&
!this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6||this.ie7;
this.bw=(this.ie7 || this.ie6 || this.ie5 ||
this.ie4 || this.ns4 || this.ns6 || this.opera5)



body					{
						margin:0px;
						padding:0px;
						height:auto;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						background-image:url();
						background-color: white;
						background-repeat:no-repeat;
						background-attachment:fixed; 
						font-style: normal;
						font-weight: normal;
						scrollbar-base-color:#9BBB55;
  						scrollbar-3dlight-color:#DCDCDC;
 						scrollbar-arrow-color:#F2F1EF;
  						scrollbar-darkshadow-color:#F2F1EF;
  						scrollbar-highlight-color:#DCDCDC;
  						scrollbar-shadow-color:#DCDCDC;
  						scrollbar-track-color:#F2F1EF;
						}
#headline				{
						vertical-align:middle;
						text-align:left;
						font-size: 20px;
						color: #9BBB55;
						margin-top: 15px;
						margin-left:5px;
						font-weight: bolder;
						}

.mainFont				{
						font-family: Verdana, Arial, Helvetica, sans-serif;						
						font-size: 14px;
						color: #444444;
						margin-top: 5px;
						margin-left:5px;
						margin-right:10px;
						line-height: 20px;
						}

.mainFont A:link		{color: #A87562; text-decoration: none; font-weight: normal;}
.mainFont A:visited		{color: #A87562; text-decoration: none; font-weight: normal;}
.mainFont A:hover		{color: blue; text-decoration: underline; font-weight: normal;}
.mainFont A:active		{color: #A87562; text-decoration: none; font-weight: normal;}







