@charset "utf-8";
body {
	background-color: #666666;
	background-image: url(../images/trio_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
}
a {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.copy {
	color: #999999;
	font-size: 12px;
	line-height: normal;
}
.address {
	font-size: 12px;
	line-height: normal;
}
.t_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.t_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#horizontal_table_nav td {
	height: 30px;
	padding: 0px 8px 0px 8px;
}
#horizontal_table_nav td.spacer {
	width: 0px;
	padding: 0px
}
#horizontal_table_nav td.current {
	background-color: #ECECEC;
    color: #CC9900;
}
#horizontal_table_nav, #horizontal_table_nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#horizontal_table_nav a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Side menu */

#navcontainer {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: normal;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li a.current {
	font-weight: bold;
}
#navcontainer ul ul li a.current {
	font-weight: bold;
}
#navcontainer ul li {
	list-style-type: none;
	padding: 0px;
	margin: 4px 0px;
}
#navcontainer ul li a {
	background-image: url(../images/sidemenu_bg.jpg);
	background-position: top;
	color: black;
	display: block;
	height: 17px;
	padding: 2px 8px;
	width: 133px;
}
#navcontainer ul li a:hover {
	background-position: bottom;
	text-decoration: none;	
}
#navcontainer ul ul li {
	padding-left: 10px;
}
#navcontainer ul ul li a {
	background-image: none;
	width: auto;
}
#navcontainer ul ul li a:hover {
	background-color: #FFFFFF;
	color: #CC9900;
}