/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gfx/_bg.gif);
}
a {
	color: #76AEB4;
	text-decoration: none;
}
a:link {
	color: #76AEB4;
}
a:visited {
	color: #76AEB4;
}
a:hover {
	color: #567E82;
}
a:active {
	color: #76AEB4;
}
p,h1,h2 {
	margin: 0;
	padding: 0;
	display: block;
}
h1 {
	letter-spacing: 1px;
	font-size: 13px;
	margin-bottom: 16px;
}
h2 {
	font-size: 11px;
}
/* MENU STYLE */
#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu li {
	margin:0px;
	padding-bottom: 6px;
	padding-top: 0px;
	float:left;
	width: 183px;
}
#menu li a.parent, a.parent_sel {
	color:#666666;
	text-decoration:none;
	display:block;
	line-height: 16px;
}
#menu li a.parent_sel {
	color:#000000;
	font-weight: bold;
}
#menu li a.parent:hover {
	color:#000000;
}
#menu li a.sub, a.sub_sel {
	color:#666666;
	text-decoration:none;
	display:block;
	line-height: 16px;
	padding-left: 10px;
}
#menu li a.sub_sel {
	color:#000000;
}
#menu li a.sub:hover {
	color:#000000;
}
#menu li a.child, a.child_sel {
	color:#666666;
	text-decoration:none;
	display:block;
	line-height: 16px;
	padding-left: 20px;
}
#menu li a.child_sel {
	color:#000000;
}
#menu li a.child:hover {
	color:#000000;
}
#address, #address a {
	font-size:10px;
	color:#999999;
	letter-spacing: 1px;
	text-decoration:none;
}
