.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.welcome-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e5096;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.welcome-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.main-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808284;
	text-decoration: none;
	letter-spacing: 0.05em;

}
.main-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808284;
	text-decoration: none;
	background-color: #eae9ea;
	width: 124px;
	height: 19px;

}
.red-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ec2227;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.09em;

}
.grey-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.news-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0071bc;
	text-decoration: none;
	font-weight: bold;
}
.news-summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d6567;
	text-decoration: none;
	text-align: justify;

}
.right-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #5d6567;

}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	text-indent: 3pt;


}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.legal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
.sub-link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15387a;
	text-decoration: none;
	letter-spacing: 0.1em;

}
.sublink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #007aa4;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.link-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.sublink3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
}
.link4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tabl1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #6699FF;
	padding: 8px;
	background-color: #EEEEEE;
	list-style-type: square;


}
.quickfacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.link-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
/*links table*/
.linktable {
  border-collapse: collapse;
  border: 1px solid #cc9966;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #ffffcc;
  }

/*table header is dashed grey. Text color is white*/
.linkth {
  border: 1px dashed #cccccc;
  padding: .8em;
}

/*color of header background is dark yellow with white text with grey border*/
.linkheader {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #cc9966;
  text-align: left;
  background: #cec941;
  color: #ffffcc;
  padding-top:6px;
  }

/* td border is dashed grey. Text color is dark grey*/
.linktd {
  border: 1px dashed #cccccc;
  font: normal 11px Georgia, "Times New Roman", Times, serif;
  padding: .4em;
  color: #333333;
  }

.linkbody td a {
  background: transparent;
  text-decoration: none;
  color: #333333;
  }
.linkbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.linkbody td {
  vertical-align: top;
  text-align: left;
  }
  
/*row hover background is dark yellow*/
.linkhover {
  background: #99cc33;
  } 
  
/*odd row background is mustard*/
.odd {
  background: #ffff99;
  }
.even{
  background: #ffffcc;
  }

/*end of links table*/
/*downloads table*/
.dwntable {
  border-collapse: collapse;
  border: 1px solid #265d83;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #FFFFEE;
  }

/*table header is dashed grey. Text color is white*/
.dwnth {
  border: 1px dashed #cccccc;
  padding: .5em;
}

/*color of header background is dark grey with white text with grey border*/
.dwnheader {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #cc9966;
  text-align: left;
  background: #265d83;
  color: #FFFFFF;
  padding-top:6px;
  }

/* td border is dashed grey. Text color is dark grey*/
.dwntd {
  border: 1px dashed #cccccc;
  font: normal 11px Georgia, "Times New Roman", Times, serif;
  padding: .4em;
  color: #333333;
  }

.dwnbody td a {
  background: transparent;
  text-decoration: none;
  color: #333333;
  }
.dwnbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.dwnbody td {
  vertical-align: top;
  text-align: left;
  }
  
/*row hover background is dark yellow*/
.dwnhover {
  background: #FFFF99;
  } 
  
/*odd row background is grey*/
.odddwn {
  background: #f0f0f0;
  }
.evendwn{
  background: #FFFFEE;
  }

/*end of downloads table*/
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	text-decoration: none;
}
.link-white {
	color: #FFFFFF;
	text-decoration: none;
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.welcome-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e5096;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.welcome-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.main-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808284;
	text-decoration: none;
	letter-spacing: 0.05em;

}
.main-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808284;
	text-decoration: none;
	background-color: #eae9ea;
	width: 124px;
	height: 19px;

}
.red-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ec2227;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.09em;

}
.grey-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.news-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0071bc;
	text-decoration: none;
	font-weight: bold;
}
.news-summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d6567;
	text-decoration: none;
	text-align: justify;

}
.right-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #5d6567;

}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	text-indent: 3pt;


}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.legal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
.sub-link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15387a;
	text-decoration: none;
	letter-spacing: 0.1em;

}
.sublink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #007aa4;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.link-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.sublink3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
}
.link4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.tabl1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #6699FF;
	padding: 8px;
	background-color: #EEEEEE;
	list-style-type: square;


}
.quickfacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.contentkid {
	font-family: 'Comic Sans MS', 'Lucida Casual';
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
/*links table*/
.linktable {
  border-collapse: collapse;
  border: 1px solid #cc9966;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #ffffcc;
  }

/*table header is dashed grey. Text color is white*/
.linkth {
  border: 1px dashed #cccccc;
  padding: .8em;
}

/*color of header background is dark yellow with white text with grey border*/
.linkheader {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #cc9966;
  text-align: left;
  background: #cec941;
  color: #ffffcc;
  padding-top:6px;
  }

/* td border is dashed grey. Text color is dark grey*/
.linktd {
  border: 1px dashed #cccccc;
  font: normal 11px Georgia, "Times New Roman", Times, serif;
  padding: .4em;
  color: #333333;
  }

.linkbody td a {
  background: transparent;
  text-decoration: none;
  color: #333333;
  }
.linkbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.linkbody td {
  vertical-align: top;
  text-align: left;
  }
  
/*row hover background is dark yellow*/
.linkhover {
  background: #99cc33;
  } 
  
/*odd row background is mustard*/
.odd {
  background: #ffff99;
  }
.even{
  background: #ffffcc;
  }

/*end of links table*/
/*downloads table*/
.dwntable {
  border-collapse: collapse;
  border: 1px solid #265d83;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000000;
  background: #FFFFEE;
  }

/*table header is dashed grey. Text color is white*/
.dwnth {
  border: 1px dashed #cccccc;
  padding: .5em;
}

/*color of header background is dark grey with white text with grey border*/
.dwnheader {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #cc9966;
  text-align: left;
  background: #265d83;
  color: #FFFFFF;
  padding-top:6px;
  }

/* td border is dashed grey. Text color is dark grey*/
.dwntd {
  border: 1px dashed #cccccc;
  font: normal 11px Georgia, "Times New Roman", Times, serif;
  padding: .4em;
  color: #333333;
  }

.dwnbody td a {
  background: transparent;
  text-decoration: none;
  color: #333333;
  }
.dwnbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.dwnbody td {
  vertical-align: top;
  text-align: left;
  }
  
/*row hover background is dark yellow*/
.dwnhover {
  background: #FFFF99;
  } 
  
/*odd row background is grey*/
.odddwn {
  background: #f0f0f0;
  }
.evendwn{
  background: #FFFFEE;
  }

/*end of downloads table*/
.table1 {
	border: 1px dashed #333333;
}
