/* top styles */

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color : #FFFFFF;
}

.txt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #666666;
}

.footertxt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #666666;
}

.tit {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:18px;
  color: #0099D8;  
}
/*
a.footer:LINK {
	color : #003366;
}

a.footer:visited {
	color : #003366;
}

a.footer:active {
	color : #FF0000;
}

a.footer:hover {
	color : #FF0000;
}

a {
	color: #0099D9;
	font-size:11px;
	text-decoration: none;
}

a:visited {
	color: #0099D9;
	font-size:11px;
	text-decoration: none;
}

a:hover {
	color: #0099D9;
	font-size:11px;
	text-decoration: underline;
}

a:active {
	color: #0099D9;
	font-size:11px;
	text-decoration: none;
}
*/
/*****************************************************/
/* navigation */

td.navLo {
	font-size:11px;
	color: #838488;
  font-weight: bold;
	background: #EEEEEE;
	height: 18px;
	padding-left : 9px;
	padding-right : 9px;
	cursor: pointer;
	cursor: hand;
}

td.navHi {
	font-size:11px;
	color: #00716C;
  font-weight: bold;
	background: #FFFFFF;
	height: 18px;
	padding-left : 9px;
	padding-right : 9px;
	cursor: pointer;
	cursor: hand;
}