@charset "iso-8859-1";
/* CSS Document */
/* Styles for Terms Button */
body { font-family: Helvetica, Arial, sans-serif; font-size: 95%; }
.button { 
	   border-top: 1px solid #782828;
	   background: #993333;
	   background: -webkit-gradient(linear, left top, left bottom, from( #FF0000), to(#993333));
	   background: -webkit-linear-gradient(top, #FF0000, #993333);
	   background: -moz-linear-gradient(top, #FF0000, #993333);
	   background: -ms-linear-gradient(top, #FF0000, #993333);
	   background: -o-linear-gradient(top, #FF0000, #993333);
	   padding: 9px 18px;
	   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;
	   color: #fff;
	   font-size: 18px;
	   font-family: Helvetica, Arial, Sans-Serif;
	   font-weight:bold;
	   text-decoration: none;
	   vertical-align: middle; 
	   }
.button:hover {
			   	border-top-color: #782828;
			   	background: #FF0000;
			   	color: #fff;
				cursor: pointer;
   }
.button:active {
  				border-top-color: #1b435e;
  				background: #1b435e;
				}
				
.terms { margin: 5px; border: 1px solid #666666; border-radius: 5px; padding: 10px; background-color: #FFFFFF; line-height: 1.1em;
}
h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 105%; }
.center { text-align: center; }
span.character-style-1 { font-style:oblique; font-weight: bold; }