@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
}

table.menu {
	height: 22px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

td.menu {
	height: 22px;
}

td.menu-left-border {
	width: 5px;
	height: 22px;
}

td.menu-right-border {
	width: 5px;
	height: 22px;
}

td.menu-items {
	background-color: #C3C3C3;
	display: inline-block;
}

td.menu-item {
	vertical-align: top;
}

div.menu-item {
	background-color: #C3C3C3;
	height: 22px;
}

.menu-item-left {
	background:url(img/menu_item_left.png);
	height: 19px;
	width: 6px;
}

div.menu-item-center {
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	background-image: url(img/menu_item_center.png);
	background-repeat:repeat-x;
	height: 16px;
	border-bottom: 1px solid #ABABAB;
	font: Tahoma;
	font-size: 12px;
	color: #717171;
	cursor:pointer;
	position: relative;
	white-space: nowrap;
}

div.menu-item-center a {
	font: Tahoma;
	font-size: 12px;
	color: #717171;
	text-decoration: none;
}

.menu-item-right {
	background:url(img/menu_item_right.png);
	height: 19px;
	width: 6px;
}

div.menu-subitem-container-hide {
	display: none;
}

div.menu-subitem-container-show {
	position: absolute;
	padding-top: 19px;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px #ABABAB solid;
}

div.menu-subitem {
	padding-left: 6px;
	padding-right: 6px;
	font: Tahoma;
	font-size: 12px;
	color: #717171;
	border: 1px #ABABAB solid;
	border-bottom: none;
	background: #FFFFFF;
}

div.menu-subitem a {
	font: Tahoma;
	font-size: 12px;
	color: #717171;
	text-decoration: none;
}

td.content {
	margin-top: 10px;
	width: 682px;
}

div.content-logo {
	padding-bottom: 19px;
	height: 143px;
	width: 682px;
}

.footer {
	border: none;
	border-top: 1px solid #ABABAB;
	text-align: center;
	color: #717171;
	font-family: sans-serif;
	font-size: 11px;
	width: 682px;
}

.footer a {
	color: #717171;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.footer a:hover {
	color: #717171;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

input.search {
	margin-bottom: 4px;
	//margin-bottom: 1px;
	color: #717171;
	font-family: sans-serif;
	font-size: 11px;
	padding: 1px;
	width: 100px;
	height: 14px;
}

input.go-search {
	padding-left: 2px;
	_padding-bottom: 1px;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2 {
	font-family: Tahoma;
	color: #717171;
}

ul {
	padding-left: 15px;
}

li {
	font-family: Tahoma;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

strong {
	color: #717171;
	font-family: Tahoma;
}

b {
	color: #717171;
}

