﻿/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
td {
	font-size: 12px;
	line-height: 150%;
}

.bg01 {
	background-image: url(../images/bg01.gif);
	background-repeat: no-repeat;
	height: 133px;
	background-position: center top;
}.bg02 {
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-x;
	height: 32px;
	color: #FFFFFF;
}
.bg03 {
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
	text-indent: 18px;
}

.bannerbg {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.topmenu {
	background-image: url(../images/topmenu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 90px;
}
.tline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

a:link,a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#tmenu a:link,#tmenu a:visited {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#tmenu a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.whitetxt {
	color: #FFFFFF;
}
.huiline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
