
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}




BODY {
	
	
	} 

A {
	color: black;
	text-decoration: underline;
} 



A:HOVER {
	color: maroon;
	} 




.button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	padding: 6px 6px 20px 6px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9spx;
	-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;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	width: 150px;
	height: 20px;
	display: block;
	text-align: center;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   text-decoration: none;
   
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
	
 

   
   

li {
    margin: 0;
	 padding: 0;
}
 



.headlines {
	font-size: 1.25em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
} 

.subheadlines {
	font-size: .95em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	
} 


.bodyserif {
	color: Black;
	font-size: 1.25em;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1.313em;
	 text-indent: 1.250em;
	
} 

.bodysans {
	color: Black;
	font-size: 1.25em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.313em;
	 text-indent: 1.250em;
	
} 

















.bodytexty {
	color: #ffff99;
		font-size: .813em;
	font-weight : bold;
} 



.caption11 {
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	
	font-size: .688em;
	font-weight: normal;
	
} 

.caption11low {
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: .688em;
	font-weight: normal;
	 line-height: 1.25em;
} 


.caption16times {
	color: Black;
	font-family: Times New Roman, Times, serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: .25em;
} 









.caption14 {
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	
	font-size: .875em;
	font-weight: normal;
	
} 







.pixpad10 {
	padding: 1.875em 1.875em 1.250em 1.875em;
}

.center
{
margin:auto;

width:90%;
background-color:#b0e0e6;
}

.underline {
	text-decoration: underline;
}


