body {
	background-color: #99FFFF;
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	 line-height: 2.10em;
	
}
.medium {
  font-size: 17px; /* 75% of the baseline */
  
}
.small {
  font-size: 16px; /* 75% of the baseline */
  
}
.large {
  font-size: 19px; /* 125% of the baseline */

}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 2.10em;
	
}
td, th { 
  padding: 20px; 
}
p {
    padding: 19px;
	line-height: 2.10em;
	
}
a:link {
  padding: 20px 17px;
  //blah blah
}
a:hover {
	color: #FF0000;
	text-decoration: blink;
}
hr {
    display: block;
    height: 1px;
   
}
h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	
}
h3 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h4 {
	font-size: 17px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h5 {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h6 {
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}	
img {
	max-width: 100%;
	height: auto;
	padding: 17px 15px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
/* Add <div style="background-color: #FFFFCC"> to html to div background color */