/* CSS Document */
p
{
  font-size: 10pt;
  font-family: times new roman;
}
li
{
  font-size: 10pt;
  font-family: times new roman;
}
.header
{
  color: maroon;
  font-family: helvetica;
  font-weight: bold;
  font-size: 14pt;
}
td.nav
{

  width: 160px;
  height: 21px;
  background-image: url(../images/nav_off.jpg);
  background-repeat: no-repeat;
  
}

a
{
	color:#000000;
}

a:hover
{
	color:#990033;
}
a.nav
{ 

font-weight: bold;
font-size: 12pt;
color: #000066;
}
a:hover.nav
{
  font-weight: bold;
  font-size: 12pt;
  color: #ffffff;
}
a.snav
{
font-weight:bold;
font-size: 8pt;
color: #000066;
text-decoration:none;
}
a:hover.snav
{
 color: #FFFFFF;
}

a.tnav
{
  font-family: times new roman;
  font-weight: bold;
  font-size: 8pt;
  color: #ffffff;
  text-decoration: none;
}
a:hover.tnav
{
  color: #003399;
}
  
a.bnav
{
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a:hover.bnav
{
  text-decoration: underline;
}
td.shadow
{
 background-color: url(../images/nav_shadow.gif);
 background-repeat: repeat-y;

}
td.stretch
{
 background-image: url(../images/top_navbar.png);
 background-repeat: repeat-x;
}
td.stretch1
{
 background-image: url(../images/nav_bottom.png);
 background-repeat: repeat-x;
}
input
{
  border: 1px solid black;
}
textarea
{
  border: 1px solid black;
}
td.bold
{
  font-family: times new roman;
  font-size: 8pt;
  font-weight: bold;
}
select
{
 font-size: 8pt;
 font-family: times new roman;
}

td.Border
{
	border-right:1px solid black;
}

.error
{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
}

