@charset "utf-8";
/* CSS Document */
.content
{
text-align: center;	
background-color: #fdfdfd;
font-family: Helvetica, sans-serif;
align:center;
}

.terms

{

font-family: Helvetica, sans-serif;
font-size: 12px;
text-align:left;
margin:0 auto;


width: 90%;

padding: 10px;

background-color: #ffffff;

overflow: auto;

border-color: #524e3e;
border-width: 1px; 
border-style: solid;

}



.scrollBox 

{

font-family: Helvetica, sans-serif;
font-size: 12px;
text-align:left;
margin:0 auto;


height: 400px;
width: 90%;

padding: 10px;

background-color: #ffffff;

overflow: auto;

border-color: #524e3e;
border-width: 1px; 
border-style: solid;

}

H1
{
font-size: 16px
}

H2
{
font-size: 14px;
}

.buttons

{
  padding: 10px;
}

.buttons button, .button

{
	width: 320px;
	height: 40px;
	font-size: 18px;
}

.button

{
	width: 390px;
}

	
	






