/* COMMON STYLE
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
background: url('bg.png') top center;
}


.style4 {
	font-family: Verdana;
	font-size:10pt;
	line-height:17px;
	color:#333;
	word-spacing:1px;
}


.style5 {
	font-family: Verdana;
	font-size:8.5pt;
	line-height:17px;
	color:#333;
	word-spacing:1px;
}

.style6 {
	font-family: Tahoma;
	font-size:10pt;
	line-height:17px;
	color:#333;
	word-spacing:1px;
}



/* Normal link */
a {
	color: #2770C0;
	text-decoration: none;
}

a:hover, a:active {
	color: #174271;
	text-decoration: none;
}

p {
	margin: 0px 0 10px 0;
}




/* TOP NAV
-------------------------------------------------*/
#ja-topnav-outer {
	width: 766px;
	font: 100%/normal Verdana, Geneva, Arial, Helvetica, sans-serif;

}



#ja-topnav ul {
	padding: 0;
	margin: 0;
list-style: none;

}


#ja-topnav li {
	padding: 0;
	margin: 0;
	display: inline;
}

#ja-topnav a {
	padding: 0 23;
	margin-top: 0px;
	float: left;
	display: block;
	color: #FFF;
	background: url(topnav-bg-a.gif) top right no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	height: 28px;
}

#ja-topnav li.active_menu a {
	margin: 0;
	background: #FFFFFF url(topnav-hover.gif) top right no-repeat;
	line-height: 28px;
	text-decoration: none;
	height: 28px;
}

#ja-topnav a:hover, #ja-topnav a:active {
	color: #FFFF00;
	background: url(topnav-hover.gif) top right no-repeat;
	text-decoration: none;
}

