#top_hint {
	color: #ff0000;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	padding: 4px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
}

div, p, h1, h2, h3 {
	display: block;
	margin: 0;
	padding: 0;
}

img, a img {
	margin: 0;
	border-width: 0;
}

a {
	text-decoration: none;
}

h2.force {
	font-family: Georgia, Tahoma;
	font-size: 20pt;
	margin-bottom: 10px;
}

/* -x- */

body {
	margin: 0;
	padding: 0;
	background-color: #daf5fc;
}


#header {
	background: transparent url("head_top.jpg") top left no-repeat;
	width: 900px;
	padding-top: 280px;
	margin: 0 auto;
	position: relative;
}

#h_left {
	background: transparent url("head_left.jpg") top left no-repeat;
	width: 160px;
	padding-top: 100px;
	position: absolute;
	left: 0;
	z-index: 100;
}

#h_right {
	margin-left: 180px;
	margin-right: 7px; /*40px;*/
	margin-top: -6px;
}
#h_right h1 {
	color: #44299a;
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: normal;
}

#top_nav {
	margin-top: 14px;
	margin-bottom: 30px;
}
#top_nav td {
	vertical-align: top;
}
#top_nav a {
	background-color: #44299e;
	color: white;
	margin-left: 7px;
	padding: 3px 10px;
	font-family: Arial;
	font-size: 14px;
	
	display: block;
}
#top_nav a.tm-first {
	margin-left: 0;
}
#top_nav a:hover {
	color: yellow;
}

#left_nav {
	position: relative;
	z-index: 1000;
	float: left;
	background-color: transparent;
	width: 300px;
}

#content {
	background-color: transparent;
	float: left;
	margin-left: 40px;
	width: 550px;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}
#content td {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}

#footer {
	background-color: #147dd8;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 4px;
}

#left_nav div {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #8bd9ef;
	height: 70px;
	border-right: 1px solid #8bd9ef;
}

#left_nav div.cur {
	background-color: #d2edf4;
}

#left_nav div img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
}
#left_nav div p {
	float: left;
	width: 219px;
	margin-top: 10px;
}
#left_nav div p a {
	color: #f35203;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
}
#left_nav div p a i {
	color: #ff9c5a;
	font-size: 12px;
	font-style: normal;
}

#vendor {
	font-weight: normal;
	font-size: 8pt;
}
#vendor a {
	color: #ffffff;
}
#vendor a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* -qp- */
#content p.xindent {
	text-indent: 2em;
}

#content a, #content a:link, #content a:visited {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
}

#content a:hover, #content a:focus {
	color: #3366ff;
	border-bottom: 1px solid #3366ff;
}
#content a img {
	border: none;
}

/* *~* */
#nav__z a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #f35203;
	border-bottom: 1px solid #cae5ec;
	font-weight: bold;
}
#nav__z a:hover {
	color: #f35203;
	border-bottom: 1px solid #f35203;
	font-weight: bold;
}

div#nav__z div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;

	visibility: hidden;

	padding: 8px;
	background-color: #cae5ec;
	border-style: solid;
	border-color: #8bd9ef;
	border-width: 1px 1px 1px 4px;
}
div#nav__z td {
	padding: 2px 8px 2px 8px;
}

/* -*- */
#laypic td {
	vertical-align: top;
	text-align: center;
	padding: 10px 10px 0 0;
}
#content #laypic a {
	border: none;
}
#content #laypic a img {
	border: solid 2px #daf5fc;
	margin: 0 1px 1px 0;
}
#content #laypic a:hover img {
	border-color: yellow;
	margin: 1px 0 0 1px;
}

.pager {
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#content div.pager a {
	border-bottom: none;
}

#op_error {
	color: #ff0000;
}
#op_error td {
	vertical-align: top;
}