body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
table{ 
	margin-left: auto;
	margin-right: auto;
}
p, h1, h2, h3, br, b, .text {
	font-family:Arial, Helvetica, sans-serif;
}

table.table {
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
}

input.btn{
   color:#333;

   height:20px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:75%;
   font-weight:bold;
   background-color:#F0F8FF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#ccffff');}

input.btn[disabled]{
   color:grey;
}

input.btnwide{
   color:#333;
   height:20px;
   width:100px;
   
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:75%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#ccffff');}

input.btnwide[disabled]{
   color:grey;
}      

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}
   


 
