/* anchor format */
a:link {text-decoration: underline; color: #3333FF;}
a:visited {text-decoration: underline; color: #3333FF;}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline; color: #FF6666;}

a.hpLeftNav:link {text-decoration: none; color: white;}
a.hpLeftNav:visited {text-decoration: none; color: white;}
a.hpLeftNav:active {text-decoration: none;}
a.hpLeftNav:hover {text-decoration: none; color: #FF6666;}

a.footNav:link {text-decoration: none; color: white;}
a.footNav:visited {text-decoration: none; color: white;}
a.footNav:active {text-decoration: none;}
a.footNav:hover {text-decoration: none; color: #FF6666;}

a.tNav:link{display:block; text-decoration: none; color: #FFFFFF; height: 21px;}
a.tNav:visited{display:block; text-decoration: none; color: #FFFFFF; height: 21px;}
a.tNav:hover{display:block; background:#6699CC; color:white; height: 21px;}
a.tNav:active{display:block; text-decoration: none; height: 21px;}

body {
	background: url(images/bg.gif);
	background-position: center;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.tNavBg {
	height: 21px;
	font-size: 10px;
	font-weight: 900;
}

li {
	padding-top:10px;
}
