﻿a, a:link, a:visited
{
	text-decoration: none;
	color: #0066FF;
}
a:active
{
	text-decoration:none;
	color:Orange;
}
a:hover
{
	text-decoration: none;
	color: #CC6600;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Tahoma, Arial, Verdana, Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #466988;
}