﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F2EE;
}
.style2 {font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* date in portlet */
.style4 {	font-size: 9px;
	font-style: italic;
	color: #696969;
}
.style3 {font-size: 11px;
	color: #9d9087;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/* jquery */
/* Navigation
   -------------------------------- */

#navigation {
	height: 41px;
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
	left: 225px;
}

#navigation .left {
	float: left;
	width: 5px;
	height: 41px;
	/* background: url('../images/navigation.png') no-repeat left top; */
	background: url('../images/navigation_l.png') no-repeat left top;
}

#ie6 #navigation .left {
	background: transparent none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navigation_l.png', sizingMethod='scale');
	zoom: 1;*/
}

#navigation .right {
	float: left;
	width: 3px;
	height: 41px;
	/*background: url('../images/navigation.png') no-repeat right top;*/
}

#navigation ul,
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 38px;
}

#navigation ul {
	height: 41px;
	/*background: url('../images/navigation.png') repeat-x 0 -41px;*/
}

#navigation ul li a {
	float: left;
	display: block;
	height: 41px;
	padding: 0 20px;
	color: #9d9087;
	text-decoration: none;
	font-family:Times New Roman;
	font-size: 12;
	font-variant: small-caps;
	font-weight: bold;
	/*background: url('../images/navigation_s.png') no-repeat right top;*/
}

#navigation ul li.selected a {
	color: #fff;
}

#navigation ul li.last a{
	background-image: none;
}

#navigation ul li a:hover {
	color: #000;
}
