a 
{
text-decoration:none
}

a:link 
{
color: black;
text-decoration:none;
}
a:visited 
{
color: black;
text-decoration:none;
}
a:hover 
{ 
  color: blue;
  background: yellow;
  font-style: italic;
  font-size: 12pt;
  font-weight: bold;
text-decoration: underline;
}
a:active 
{
  color: blue;
  background: yellow;
  font-style: italic;
  font-size:12pt;
  font-weight:bold;
}

h1 {
text-align: center;
color: black;
margin-top: 0;
margin-bottom: 0;
text-decoration: underline;
}

h2 {
text-align: center;
color: red;
margin-top: 0;
margin-bottom: 0;
}

h3, h4, h5, h6 {
text-align:center;
color:black;
margin-top: 0;
margin-bottom:0;
}

p
{
	margin-top:0px;
	margin-bottom:0px
}

body
{
	font-family:"Times New Roman", serif;
	font-size:12pt;
	font-weight:normal;
	font-style:normal;
      color: black
}

p.pagetitle
{
	font-family:"Times New Roman", serif;
	font-size:24pt;
	font-weight:bold;
	font-style:normal;
      color: black;
      text-decoration: underline;
      text-align: center;
}

p.majorheading
{
	font-family:"Times New Roman", serif;
	font-size:18pt;
	font-weight:bold;
	font-style:normal;
      color: red;
      text-align: center;
}

p.minorheading
{
	font-family:"Times New Roman", serif;
	font-size:14pt;
	font-weight:bold;
	font-style:normal;
      color: black;
      text-align: left;
}


p.hotlink
{
	font-family:"Times New Roman", serif;
	font-size:9pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: center;
}

p.center
{
	font-family:"Times New Roman", serif;
	font-size:12pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: center;
}

p.center9pt
{
	font-family:"Times New Roman", serif;
	font-size:9pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: center;
}

p.center7pt
{
	font-family:"Times New Roman", serif;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: center;
}

p.littlesmallertext
{
	font-family:"Times New Roman", serif;
	font-size:9pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: left;
}


p.smallertext
{
	font-family:"Times New Roman", serif;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
      color: black;
      text-align: left;
}