@charset "utf-8";
/* CSS Document */


.largestred{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	line-height: normal;
}

.blueitalic {
	font-family: Verdana, Geneva, sans-serif;
		font-style: italic;
		font-size: 18px;
	line-height: normal;
	font-weight: bolder;
	color: #00319C;


}
.largeblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #38589A;
	line-height: normal;
}
.smallblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #38589A;
}
.yellowbackground {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FF9;
	  line-height: normal;
}
.snowflake {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #38589A;
	background-color: #CFD8EB;
	background-image: url(../../images/snowbar.gif);
	font-weight: bolder;
	background-repeat: repeat-x;
	background-position: center;
	  line-height: normal;
}

.largeblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #00000;
	line-height: normal;
}
.smallblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #00000;
}
.largered{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	line-height: normal;
}
.smallred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}
.largestblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #38589A;
}
.largegray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #666;
}
.smallgray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #666;
}
.largestblack {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
.largestgray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	  line-height: normal;
}
.blackonblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	background-color: #CFD8EB;
	font-weight: bold;
	  line-height: normal;
}
.emphasisborder {
	border: thin solid #999;
}
.dashedborder {
	border: thin dashed #666;
}
.graybackground {
	color: #FFF;
	background-color: #666;
	width: 80%;
	border: thin groove #333;
}
.redbackground {
	color: #FFF;
	background-color: #900;
	border: thin solid #900;
	filter: Alpha(Opacity=50%);
}
.imageborder {
	padding: 10px;
}
.frameimage {
	background-color: #999;
	padding: 10px;
}
.center {
	align: center;
}
h1 {
  color: #000;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
/* Sets the style for the h3 header. */
h3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
h4 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

/* Sets the style for the h5 header. */
h5 {
  
  font-family: Arial, Verdana, sans-serif;
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
/* Sets the style for the h6 header. */
h6 {
	
  font-family: Arial, Verdana, sans-serif;
  color: #38589A;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #F00;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #FF0000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
  font-weight: bold;
}
.normal {
	font-family: Arial, Verdana, sans-serif;
}