﻿body 
{
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	background-image: url('../container/header/bg.gif');
}

.tdHeader
{
	padding-left: 10px; 
	font-weight: bold; 
	color: Black;
	text-align: left;
	background-color: #add8e6;
	height: 25px;
}
.btn_search
{
	width: 20px;
	height: 20px;
	border-style: none;
	background: url('../Container/image/Share/btn_search.gif') no-repeat; 
	cursor: pointer;
	display: inline;
}
.tdConten
{
	border: solid 1px #add8e6;
	padding: 5px;
}

.imgStyle
{
	margin-right: 5px;
	float: left;
}

.imgStyle2
{
	margin: 5px;
	cursor: pointer;
	width: 150px;
}

.bg_menu
{
	vertical-align: top;
	width: 15%;
}
.bg_footer
{
	color: White;
	background-image: url('../container/Header/bg_footer.jpg');
	width: 100%;
	padding: 3px;
}

.dipURL
{
	color: White;
	text-decoration: none;
}
.dipURL: hover
{
	color: Red;
	text-decoration: none;
}

