
body {
	background-image: url(./design/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial;
}

img, span, div, a, td{
	behavior: url("./iepngfix/iepngfix.htc")
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #95aac8;
}
a.topmenu:hover {
	color: #ffffff;
}
.copy {
	padding-top: 0px;
	font-size: 11px;
	color: #95aac8;
	min-width: 512px;
	height: 22px;
}
.menu {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#bottom_button {	position: absolute;
	top: 508px;
}
.bottom_button {
	font-size: 12px;
	color: #5c81be;
	text-align: center;
}
.td_button {
	padding-bottom: 4px;
	padding-top: 2px;
	vertical-align: top;
	text-align: center;
	background-image: url(./design/button.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 11px;
	color: #5c81be;
}
.td_button:hover {
	background-image: url(./design/button_over.png);
	color: #ffffff;
}
.main_table {
	color: #ffffff;
	font-size: 11px;
}
.tip {
	width:321px;
	background:url(./design/tip_back.png) left top repeat-y;
	margin: 0px;
	padding: 0px;
}
.tip-top{
	background:url(./design/tip_top.png) top left no-repeat;
	height:6px;
	width:321px;
	margin: 0px;
	font-size: 1px;
	padding: 0px;
}
.tip-title{
	color:#ffffff;
    font-size: 11px;
    margin:0px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.tip-text{
    color:#ffffff;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	margin:	0px;
    text-align: justify;
}
.tip-bottom	{
    background:url(./design/tip_bottom.png) left bottom no-repeat;
    width: 321px;
    height: 6px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
.go_left {
	float: left;
	width: 15px;
	height: 91px;
	background-image: url(./design/slides_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.go_left:hover {
	background-image: url(./design/slides_left_over.png);
}
.go_right {
	float: left;
	width: 15px;
	height: 91px;
	background-image: url(./design/slides_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.go_right:hover {
	background-image: url(./design/slides_right_over.png);
}
.link {
	color: #95aac8;
	cursor: pointer;
}
.link:hover {
	color: #ffffff;
}
