body { font-size: 90%; font-family: Geneva, Arial, SunSans-Regular, sans-serif; background-color: #336; }
h4 { color: #996; font-weight: normal; }
p {  
font-family: Geneva, Arial, SunSans-Regular, sans-serif; 
font-size: 80%; 
font-weight: normal; 
text-decoration: none
}

ul { font-family: Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal
 }

a { font-weight: normal; text-decoration: none; color: #336; font-family: Geneva, Arial, SunSans-Regular, sans-serif; }

a:hover { font-weight: normal; text-decoration: none; color: #336; font-family: Geneva, Arial, SunSans-Regular, sans-serif; }
h1 { color: #ccc; font-family: Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none
  }
table { font-family: Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }

h2 { font-size: 110%; font-style: normal; color: #336; font-family: Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none
 }
h3 { font-size: 110%; font-weight: normal; color: #666666; font-family: Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
.FloatRight { float: right; border: solid 6px white; }
element { border-color: white; border-width: 5px; }
.indent { background-color: #ccc; padding: 4px; border: solid 1px #600; }
h6 { color: gray; font-size: 70%; font-family: Geneva, Arial, SunSans-Regular, sans-serif; text-align: right; margin-right: 6pt; }
.FloatLeft { float: left; border-color: white; border-style: solid; border-width: 0 6pt 0 0; }

input.btn, select.btn, textarea.btn{ color:#585858; font: 100% "trebuchet ms", helvetica, sans-serif; border-color: #888686 #585858 #585858 #888686; border-style: solid; border-width: 1px; }

input.btnhov{ border: solid 1px #7b1a1a; }

input.btn1{
	color:#050;
 font: bold small 'trebuchet ms',helvetica,sans-serif;
}

input.btn2{
	color:#050;
 font: bold 84% 'trebuchet ms',helvetica,sans-serif;
}

input.btn3{
	color:#585858;
 font: bold 84% "trebuchet ms", helvetica, sans-serif;
	background-color:#e1e0e0;
}

input.btn4{ color:#585858; font: bold 84% "trebuchet ms", helvetica, sans-serif; background-color:#e1e0e0; border-color: #696 #363 #363 #696; border-style: solid; border-width: 1px;}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

