@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

/*
  Created on 2/18/2016 at 2:24 PM
  Copyright 2016 Brandon Burrus 
*/
 
body {
    background-color:#FFFFFF;
	text-align: left;
	font-family: 'Lato', sans-serif;
}

h1 { font-size: 36px; margin: 20px 0 10px; }
h2 { font-size: 30px; margin: 20px 0 10px; }
h3 { font-size: 24px; margin: 20px 0 10px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.mainText, table tr td strong {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.1;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-alignment: left;
}
#terms {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	max-height: 95px;
	overflow: auto;
	border: 1px solid black;
	padding: 3px;
}

table {
    border:0;
    cellpadding:2;
    cellspacing:2;
}

#format {
    width: 200px;
    max-width: 200px;
}

#purchase {
    max-width: 250px;
}

#accept-anything {
    max-width: 250px;
    height: 75px;
}

.link {
    text-decoration: none;
}