td {
	margin: 0px;
	padding: 0px;
  font-size: 11px;
  font-family: Verdana;
}

input {
	background-repeat: no-repeat;
	width: 129;
	height: 40;
	border: 0;
	text-align: center;
	padding-top: 11;
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;
	cursor: hand;
}

h1 {
  font-size: 14px;
}
h2 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}


.inputt {
	background-repeat: no-repeat;
	text-align: left;
	width: 129;
	height: 15;
	border: 1px solid black;
	padding-top: 1;
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;
	cursor: text;
}

 div {
   border: 1px solid black;
   width: 1px;                    /* IE5, 5.5, 6 needs this */
 }
 div select {
   border: 3px solid transparent; /* IE's selectbox border width */
   margin: -3px;                  /* overlap it */
   width: 133px;
   height: 20;   
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;
 }
 html>body div {
   overflow: hidden;              /* IE7 requires this in strict mode */
   float: left;                   /* all browsers requires either this
   position: absolute;               or this.
   display: table;                   Gecko-based could also use this */
 
   width: auto;                   /* all standards-compliant browsers need this */
 }
#scrollerR {border:0; position:relative; display:inline;}
textarea {
	border:1px solid black; 
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;
}

a:visited {
	color: #007CC2;
}