﻿body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color:#EAEAEA;
}

td, th {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

a {
	font-size: 12px;
	color: #006666;
}

a:visited {
	font-size: 12px;
	color: #006666;
}

a:hover {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
}

.footer {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}

.footer a {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#000000;
  font-weight:bold; 
}

.footer a:visited {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#000000;
  font-weight:bold; 
}

.footer a:hover {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#CC0000;
  font-weight:bold;   
}

/* Styles for forms */

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

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

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

/* Styles for Heading */

h1, h2
{
	font-family: Tahoma; 
	text-decoration:none;  
	font-weight: normal; 
	letter-spacing:0; 
	color:#006699}
h1
{
	font-size:16px;
	font-weight:bold;
}
h2
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
}

.heading    {
	font-family: Arial;
	font-size: 25px;
	color: #006699;
	font-weight: normal;
	text-align: left;
	letter-spacing:-1px;
}

.pHeading    {
	font-family: Tahoma;
	font-size: 14px;
	color: #DDD9C8;
	font-weight: bold;
	padding-left: 0px;
}

.CellHeading    {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
}

/* Styles for Box */

.boxHeading    { 
font-family: Tahoma; 
font-size: 14px; 
color: #003366; 
text-align:left;
font-weight: bold;
letter-spacing:0px; 
 }

.headerHeading    { 
font-family: Tahoma; 
font-size: 17px; 
color: #FFFFFF; 
text-align:left;
font-weight: normal; 
line-height: 13px;
 }

.headerbox    { 
font-family: Tahoma; 
font-size: 12px; 
color: #FFFFFF; 
text-align:left;
font-weight: normal; 
line-height: 13px;
 }
 
 .box a {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#000000;
  font-weight:bold; 
}

.box a:visited {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#000000;
  font-weight:bold; 
}

.box a:hover {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#CCFF00;
  font-weight:bold;   
}

/* Style for navigation */

.navLink {
  font-family:Tahoma Narrow; 
  text-decoration: none;
  font-size:12px; 
  color:#006699;
  font-weight:bold; 
  text-align:center
}

.navLink a {
	font-family:Tahoma;
	text-decoration: none;
	text-align:center;
	font-size:12px;
	color:#006699;
	font-weight:bold;
	letter-spacing:0
}

.navLink a:visited {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#006699;
  font-weight:bold; 
  letter-spacing:0
}

.navLink a:hover {
  font-family:Tahoma; 
  text-decoration: none;
  text-align:center;
  font-size:12px; 
  color:#FF6600;
  font-weight:bold;  
  letter-spacing:0 
}

/* CSS BUTTON */

 .cssnav
{
	position: relative;
	font-family: Tahoma;
	background: url(images/overbtn.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 190px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-color: #6699FF;
	left: -1px;
}

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
width: 190px;
height: 32px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav a:hover
{
display: block;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
width: 190px;
height: 32px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 190px;
height: 32px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 27px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 127px;
}

