html, body {
    font:10pt normal Verdana, Arial, Helvetica, sans-serif; 
    color: #000000;
    background:none;
    padding:0;
    margin:0;
    text-align:center;
}
p {
    padding:0;
    margin:0 10px 15px 0;
}
#contents
{
	position: relative;
	overflow:hidden;
    height:148px;
    outline: none;
    text-align:justify;
    padding:0 0 0 25px;
}
#tabtable1, #tabtable2
{
	position: relative;
	overflow: auto;
	height: 150px;
	margin: 0;
	padding: 0;
}

#topNav ul
{
	padding:0;
	margin:0 0 10px 25px;
	height: 33px;
}
#topNav ul li
{
	list-style: none;
	float:left;
	clear:none;
	padding:0;
	margin:0;
    height: 33px;
    width: 96px;
}
#topNav ul li a 
{
	display:block;
    text-decoration:none;
    outline:none;
    height: 33px;
    width: 96px;
}


#topNav ul li a.mission_normalState 
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_mission.gif) no-repeat 0 0;
}

#topNav ul li a.mission_normalState:hover
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_mission_f2.gif) no-repeat 0 0;
}

#topNav ul li a.mission_currentState
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_mission_f3.gif) no-repeat 0 0;
}


#topNav ul li a.bios_normalState 
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_bios.gif) no-repeat 0 0;
}

#topNav ul li a.bios_normalState:hover
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_bios_f2.gif) no-repeat 0 0;
}

#topNav ul li a.bios_currentState
{
	height: 33px;
	width: 96px;
	background: Transparent url(../images/usTabs_bios_f3.gif) no-repeat 0 0;
}