
/******************************************

******************************************/
ul#hlist li:hover
{
	cursor:pointer;
}

ul#hlist li
{
	font-size: 12px;
	font-weight: bold;
}
ul#hlist
{
	float: left;
	width: 120px;
}
ul#hlist li ul
{
	display: none;
}
#hs_content
{
	float: left;
	width: 350px;
	height: 600px;
}
#hs_content .hlullevel2
{
	float: left;
	width: 100px;
	margin: 5px;
}
#hs_content .hltopli
{
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

body
{ 
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	color: #005AAA;
	background: #fff;
}

h2
{
	color: #005AAA;
	margin-left: 20px;
}

body p
{
	display: inline;
	display: inline-block;
	float: left;
	margin-left: 20px;
}

a.button
{
	display: block;
	display: inline-block;
	width: 190px;
	height: 38px;
	background: url(../../images/en/button.png);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 36px;
	background: url(../../images/en/button.png);
	padding-left: 40px;
	margin-top: 10px;
}
