﻿@charset "utf-8";
.bluetextsmall {
	color: #1E3666;
	font-weight: bold;
	font-size: 8pt;
}
.bluetext {
	color: #1E3666;
	font-weight: bold;
	font-size: 10pt;
}
.blueheader {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #1E3666;
}
.blueheader2 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: #1E3666;
}
.whitetextsmall {
	color: #FFFFFF;
	font-size: 8pt;
	font: Arial;
}
.whiteheader {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
	font-size: 10pt;
	font: Arial;
	font-weight: bolder;
}

.whiteheader2 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:link {
	text-decoration: underline;
	color: #95ADDF;
}
a:visited {
	color: #95ADDF;
	text-decoration: underline;
}
a.clearTop:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.clearTop:hover {
  color: #AD2A2F;
  text-decoration: none;
}

a.clearTop:visited:hover {
  color: #AD2A2F;
  text-decoration: none;
}

a.clearTop:visited {
  color: white;
  text-decoration: none;
}

a.watchVideo:link {
  color: #95ADDF;
  background-color: transparent;
  text-decoration: none;
}

a.watchVideo:hover {
  color: #AD2A2F;
  text-decoration: none;
}

a.watchVideo:visited:hover {
  color: #AD2A2F;
  text-decoration: none;
}

a.watchVideo:visited {
  color: #95ADDF;
  text-decoration: none;
}

a.watchVideo2:link {
  color: #AD2A2F;
  background-color: transparent;
  text-decoration: none;
}

a.watchVideo2:hover {
  color: #95ADDF;
  text-decoration: none;
}

a.watchVideo2:visited:hover {
  color: #95ADDF;
  text-decoration: none;
}

a.watchVideo2:visited {
  color: #AD2A2F;
  text-decoration: none;
}

