input.button-3  { height: 24px;font-size:18px;
                  background-color: rgb(255,153,102);
                  color: rgb(255,255,255);
                  border: 1px solid rgb(255,102,0);
                  cursor: hand; cursor: pointer; }
input.button-3b { height: 24px;font-size:18px;
                  background-color: rgb(255,51,51);
                  color: rgb(255,255,255);
                  border: 1px solid rgb(255,102,0);
                  cursor: hand; cursor: pointer; }
input.button-1  { height: 22px;font-size:18px;
                  background-color: rgb(255,255,255);
                  border: 0px;
				  color:rgb(0,104,0);
				  font-weight: bold;
                  text-decoration: underline; }
input.button-1b { height: 22px;font-size:18px;
                  background-color: rgb(255,255,255);
				  color:rgb(0,104,0);
                  border: 0px;
				  font-weight: bold;
				  cursor: pointer;
                  text-decoration: underline; }
input.button-2  { height: 18px;font-size:14px;
                  background-color: rgb(255,255,255);
                  border: 0px;
				  color:rgb(0,104,0);
                  text-decoration: underline; }
input.button-2b { height: 18px;font-size:14px;
                  background-color: rgb(255,255,255);
				  color:rgb(0,104,0);
                  border: 0px;
				  cursor: pointer;
                  text-decoration: underline; }
#textbanner{
				top: 2px;
				width: 760px;
				height: 28px;
				margin: 2px;
				padding: 3px;
				text-decoration: none;
				font-weight: bold;
				font-size: 15px;
				background-color: #FFFFFF;
				border: 1px solid #000000;
				cursor:pointer;
				}