.main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	padding: 5px;
}

BODY {
	background-color: #f0f0f0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.ntp_leaf
{
	background-image: url('images/ntp_logo_leaf.gif');
	background-repeat: no-repeat;
	background-position:center 
	
}
.ntp_logo
{
	background-image: url('images/ntp_logo_strip.gif');
}


table.nav_buttons
{
	border:1px solid white; 
    
}

table.nav_buttons TD
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    HEIGHT: 32px;
    VALIGN: middle;
}
table.nav_buttons TD.hilite
{
    font-weight: bold;
    color: white;
    cursor:hand;
}
table.nav_buttons TD.unhilite
{
	font-weight: normal;
    color: white;
    cursor:hand;
}

table.nav_buttons TH
{
	background-image: url('images/buttons_background.gif');
	BORDER-RIGHT: 1px solid #E1F6FD;
    BORDER-LEFT: 1px solid #E1F6FD;
    HEIGHT: 16px;
    VALIGN: middle;
    font-weight: normal
}

.nav_button_off {
	background-image: url('images/buttons_background_off.gif');
	color: white;
	HEIGHT: 16px
}

.nav_button_off_round {
	background-image: url('images/buttons_background_off_round.gif');
	color: white;
	HEIGHT: 16px
}

.nav_button_highlight {
	cursor:hand;
	color: white;
	font-weight: bold;
	HEIGHT: 16px;
}

.nav_button_on {
	color: #35A7B1;
	background-image: url('images/buttons_background_on.gif');
	font-weight: bold;
	HEIGHT: 16px
}

.nav_button_on_round {
	color: #35A7B1;
	background-image: url('images/buttons_background_on_round.gif');
	font-weight: bold;
	HEIGHT: 16px
}
.nav_button_advertise {
	color: #35A7B1;
	background-image: url('images/buttons_background_orange.gif');
	font-weight: bold;
	HEIGHT: 16px
}

A.nav {
	FONT-SIZE: 10pt;
}
a:link.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; COLOR: white; TEXT-DECORATION: none;font-weight: bold
}
a:visited.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; COLOR:  white; TEXT-DECORATION: none;font-weight: bold
}
a:hover.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; COLOR:  white; TEXT-DECORATION: none;font-weight: bold
}
a:active.nav {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; COLOR: white; TEXT-DECORATION:none;font-weight: bold
}
