body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	color: #333333;
}
.bg-top {
	background-image: url(images/top-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #DAEAF5;
}
.bg-search {
	background-image: url(images/search-title.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.bg-menu {
	background-image: url(images/mbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.bg-tby {
	background-image: url(images/body-line.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.bg-bot {
	background-image: url(images/bottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #DAEAF5;
}



.icon {
	background-image: url(../images/bt/icom.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.table-1 {
	border: 1px solid #000033;
}
.table-2 {
	height: 12px;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #D7DEEE;
}
.table-3 {
	border-left:1px solid #999999; border-right:1px solid #999999; border-bottom:1px solid #999999; 
}
.table-4 { 
	border-bottom:1px solid #999999;
}
.line-1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.padding-bottom {
	padding-bottom: 5px;
}
.padding-left {
	padding-left: 5px;
}
.padding-top {
	padding-top: 15px;
}
.padding-right {
	padding-right: 5px;
}
.padding {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;

}
Div{
	font-size: x-small;
}
.style1 {
	color: #666666;
	line-height: 18px;
	font-size: x-small;
}
.style2 {
	font-size: x-small;
	line-height: 22px;
	color: #003366
}
.style3 {
	font-size: x-small;
	line-height: 22px;
	color: #333333;
}
.style4 {
	font-size: x-small;
	line-height: 18px;
	color: #000066;
}

a:link {
	color: #333333;
	text-decoration: none
}
a:visited {
	color: #333333;
	text-decoration: none
}
a:hover {
	color: #0066FF;
	text-decoration: underline
}
a:active {
	color: #333333;
	text-decoration: none
}
a:link.blue{
	color:#3399FF;
	text-decoration: none
}
a:visited.blue{
	color:#3399FF;
	text-decoration: none
}
a:active.blue{
	color:#3399FF;
	text-decoration: none;
}
a:hover.blue{
	color:#000099;
	text-decoration: underline
}