body, p, table, td, ul, ol, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

h1, .td-td2 { font-family: Arial, Helvetica, sans-serif }


h1 {
	font-size: 18px;
	line-height: 20pt;
	color: #003366;
	letter-spacing: 1px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

h2 {
	color: #003366;
	padding-top: 10px;
}

h3 {
	color: #6F839B;
	padding-top: 10px;
}

h4 {
	color: #333333;
	padding-top: 10px;
}

h5 {
	color: #666666;
	padding-top: 10px;
}

h6 {
    color: #000000
    font-size: 11px; 
}

a:link { color: #003366}
a:hover {  color: #666699}
a:active { color: #FF9900}
a:visited { color: #003366}
a:visited:hover { color: #666699}

a:link.nav { color: #FFFFFF; text-decoration: none }
a:hover.nav { color: #003366; text-decoration: none}
a:active.nav { color: #FF9900; text-decoration: none}
a:visited.nav { color: #FFFFFF; text-decoration: none }
a:visited:hover.nav { color: #003366; text-decoration: none}

.td-td2 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none;
	text-transform: uppercase;
	background-color: #7A8D9F;
	background-image: url(nav.gif);
}
#button
{
	display: block;
	width: 140px;
	height: 30px;
	background: url("button.gif") no-repeat 0 -40;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

#button:hover
{ 
  background-position: 0 0px;
	color: #CCCCCC;
}

