﻿td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#002449;

}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

A:Hover  {
	color : #002449;
	text-decoration : underline;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 16px;
}
#nav{
  clear:both;
  font-weight:bold;
  color:#666;
  margin-left:4px;
  float:left;
  list-style-type:none;	
  background:url(navshadow.gif) no-repeat 8px 100% #fff;
  padding-bottom:21px;
}
html>body #nav{
  margin-left:8px;
  background:url(navshadow.gif) no-repeat <strong>4px</strong> 100% #fff;
}
#nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  background:url(tabgrey.gif) #c0c0c0 top left no-repeat;
}

#nav li:hover
{
  background:url(tabblue.gif) #3375b2 top left no-repeat;
  border-bottom:1px solid #036;
}

#nav li.over
{
  background:url(tabblue.gif) #3375b2 top left no-repeat;
  border-bottom:1px solid #036;
}

#nav li.cur
{
  background:url(tabblue.gif) #3375b2 top left no-repeat;
  border-bottom:1px solid #036;
}
ul#nav li:hover a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}
ul#nav li.over a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}
ul#nav li.cur a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}
#nav li strong
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}