
.homepagestyle {
	font-family: 'LaptureWeb', 'Georgia', 'Times New Roman', 'Times', 'Serif';
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.homeend {
	font-family: 'LaptureWeb', 'Georgia', 'Times New Roman', 'Times', 'Serif';
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #f6dbf6;
}
.homealt {
	font-family: 'LaptureWeb', 'Georgia', 'Times New Roman', 'Times', 'Serif';
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.homeonlyalt {
	font-family: 'LaptureWeb', 'Georgia', 'Times New Roman', 'Times', 'Serif';
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

h1, .h1 {
        font-size: 18px;
        line-height: 24px;
        
    }

h2, .h2 {
        font-size: 32px;
        line-height: 42px;
        color: #00f;
    }

.font34px {
	font-size: 38px;
	line-height:50px;
}

.caption {
	font-size: 16px;
	line-height:28px;
}


.ref {
	font-size: 12px;
	line-height:18px;
}


.blue {
	color: #03f;
	text-decoration: none;
}

.mattsgreen {
	color: #999;
	text-decoration: none;
}
.pagetitle {
	color: #00CC00;
}
.maintable {
	line-height:34px;
	margin-top: 12px;
	margin-left: 12px;
}


.blacklink {
	font-style:normal;
	color:#03f;
	text-decoration: none;
}
.blacklink:hover {
	color: #03f;
	text-decoration: underline;
	
}
.blacklink:visited {	
	text-decoration: none;
}



.greylink {
	font-style:normal;
	color:#03f;
	text-decoration: none;
}
.greylink:hover {
	color:#03f;
	text-decoration: underline;
	
}
.greylink:visited {	
	color:#03f;
	text-decoration: none;
}

 .bg{
 position: absolute;
 top:0px;
 left:0px;
 width:100%;
 }


a {
	color:#03f;
	text-decoration: none;
}
a:hover {
	color:#03f;
	text-decoration: underline;
}

.spacemenu {
	padding-bottom:22px;
}

.pillgrey {
  border: 1px solid #fff;
  color: white;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    line-height: 32px;
  margin: 6px 4px;
  border-radius: 42px; background-color: #e7e7e7; color: #666;
}


.pill {
  border: 1px solid #fff;
  color: white;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    line-height: 32px;
  margin: 6px 4px;
  border-radius: 42px; background-color: #e7e7e7; color: #666;
}

.nopill {
  border: 1px solid #fff;
  color: white;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    line-height: 32px;
  margin: 6px 4px;
  border-radius: 42px; background-color: #fff; color: #666;
}


img.icon { width: 25%; height: auto; }
