﻿a:link
{
	color: #CC0000;
}
a:visited
{
	color: #003366; 
} 
a:active 
{
	color: #003366;
}
a:hover
{
	color: #CC0000;
}

body
{
	font-family: Tahoma;
	font-size:11px; background-color:#FFFFFF
}
TD
{
	font-family: Georgia;
	font-size: small;
	line-height: 140%;
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma; 
	text-decoration:none;  
	font-weight: normal; 
	letter-spacing:0; 
	color:#F04E00;
}
h1
{
	font-size:15pt;
}
h2
{
	font-size:14pt;
}
h3
{
	font-size:13pt;
}
h4
{
	font-size:12pt; font-weight: bold;
}
h5
{
	font-size:11pt; font-weight: bold;
}
h6
{
	font-size:10pt;font-weight: bold; 
}

button       { font-family: Tahoma; font-size: 12; font-weight: bold }

input        { font-family: Tahoma; font-size: 12 }

textarea     { font-family: Tahoma; font-size: 12 }

hr           { height: 1px; }

.footer {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#000000;
  letter-spacing:0;
  padding-left: 0px;
  text-align: center;
  line-height: 130%
  
}

.naviLink {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#CC0000;
  text-align:center;
  padding-left:10px;
  font-weight:normal 
}

.naviLink a {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#CC0000;
  font-weight:bold; 
  text-align:left;
  letter-spacing:0
}

.naviLink a:visited {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#CC0000;
  font-weight:bold; 
  text-align:left;
  letter-spacing:0
}

.naviLink a:active {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#CC0000;
  font-weight:bold; 
  text-align:left;
  letter-spacing:0
}

.naviLink a:hover {
  font-family:Tahoma; 
  text-decoration: underline;
  font-size:11px; 
  color:#FF6600;
  font-weight:bold;
  text-align:left;
  letter-spacing:0
  
}

/*
Header Box Styles
*/

.headerBox {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:10px; 
  font-weight:normal;
  color:#CCCCCC;
  letter-spacing:0   
}

/*
Heading Styles
*/

.pageHeading {
  font-family:Arial; 
  font-size:22px;
  text-align: left;
  color:#CC0000;
  letter-spacing:-1; font-weight:normal   
}

.boxHeading {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:14px; 
  font-weight:bold;
  color:#336699;
  letter-spacing:0
}

.boxContents {
  font-family:Tahoma; 
  text-decoration: none;
  font-size:11px; 
  color:#000000;
  letter-spacing:0
}

.pHeading {
  font-family:Tahoma; 
  text-decoration: none;
  font-weight:bold;
  font-size:13px; 
  color:#CC0000;  
  letter-spacing:0  
}

/* Header Links */

.headerLink {
  font-family:Tahoma; 
  text-decoration: none;
  font-weight:normal;
  font-size:11px; 
  color:#000000;  
  letter-spacing:0;
  padding: 5px;
  padding-left:20px;
}

.headerLink a {
  font-family:Tahoma; 
  font-size:11px; 
  color:#000000;
  font-weight:normal; 
  letter-spacing:0; 
  text-decoration:none;
}

.headerLink a:visited {
  font-family:Tahoma; 
  font-size:11px; 
  color:#000000;
  font-weight:normal; 
  letter-spacing:0;
  text-decoration:none;
}

.headerLink a:active {
  font-family:Tahoma; 
  font-size:11px; 
  color:#000000;
  font-weight:normal; 
  letter-spacing:0;
  text-decoration:none;
}

.headerLink a:hover {
  font-family:Tahoma; 
  font-size:11px; 
  color:#C1DDE6;
  font-weight:normal;
  letter-spacing:0;
  text-decoration:none
  
}