body
{
	background-color			:	#ffffff;
	padding					:	0px;
	margin-top				:	0px;
	margin					:	0px;
	text-align: center;

}

#PanelCanvas
{

	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	margin-top				:	0px;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_gr2.gif);
	background-repeat: repeat-y;
}
#PanelCanvasbgnon
{

	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	margin-top				:	0px;

}
#PanelCanvas_t
{

	width					:	800px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_white800.gif);
	background-repeat: repeat-y;
	background-color			:	#ffffff;
	margin-top				:	0px;
}
#PanelCanvas_t960
{

	width					:	960px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_white960.gif);
	background-repeat: repeat-y;
	background-color			:	#ffffff;
	margin-top				:	0px;
}
#PanelHeader
{
	background-color			:	#ffffff;
	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;

	margin-bottom				:	0px;
	background-image: url(img/bg_gr2.gif);
	background-repeat: repeat-y;
	font-size				: 10px;
	text-align: center;
	margin-top				:	0px;

}
#PanelHeader2
{

	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	margin-top				:	0px;
	padding-left				:	0px;
	padding-top				:	5px;
	padding-right				:	0px;

	background-image: url(img/bg_gr2.gif);
	background-repeat: repeat-y;

	font-size				: 8px;
	color					:#999999;
	text-align: center;

}
#PanelHeader2bgnon
{

	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	margin-top				:	0px;
	padding-left				:	0px;
	padding-top				:	5px;
	padding-right				:	0px;
	font-size				: 7px;
	color					:#999999;
	text-align: center;

}
#PanelHeader2_t
{

	width					:	800px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	margin-top				:	0px;
	padding-left				:	0px;
	padding-top				:	5px;
	padding-right				:	0px;
	background-image: url(img/bg_white800.gif);
	background-repeat: repeat-y;

	font-size				: 8px;
	color					:#999999;
	text-align: center;
	background-color			:	#ffffff;

}
#PanelHeader2_t960
{

	width					:	960px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	margin-top				:	0px;
	padding-left				:	0px;
	padding-top				:	5px;
	padding-right				:	0px;
	background-image: url(img/bg_white960.gif);
	background-repeat: repeat-y;

	font-size				: 8px;
	color					:#999999;
	text-align: center;
	background-color			:	#ffffff;

}
#PanelFooter
{
	text-align: center;

	width					:	672px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_gr2.gif);
	background-repeat: repeat-y;
}
#PanelFooter_t
{
	text-align: center;

	width					:	800px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_white800.gif);
	background-repeat: repeat-y;
	background-color			:	#ffffff;
}
#PanelFooter_t960
{
	text-align: center;

	width					:	960px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	0px;
	padding-right				:	0px;
	background-image: url(img/bg_white960.gif);
	background-repeat: repeat-y;
	background-color			:	#ffffff;
}
#PanelFooterlist
{
	text-align: center;

	width					:	575px;
	height					:	auto;
	margin-left				:	0px;
	margin-right				:	0px;
	padding-left				:	0px;
	padding-right				:	0px;
}
#PanelCanvas2
{
	background-color			:	#ffffff;
	width					:	522px;
	height					:	auto;
	margin-left				:	auto;
	margin-right				:	auto;
	padding-left				:	72px;
	padding-right				:	72px;
	background-image: url(img/bg_gr2.gif);
	background-repeat: repeat-y;
}

#3search_list
{
	background-color			:	#ffffff;
	width					:	576px;
	height					:	auto;
	margin-left				:	0px;
	margin-right				:	0px;
}

/* Tab */
div.PanelTab
{
	float					:	left;
	color				:	#666666;
	background-color		:	#eeeeee;
	padding					:	2px 10px 2px 10px;
	font-weight				:	bold;
	margin-right				:	10px;
	white-space				:	nowrap;
}
div.PanelTab:hover
{
	color				:	#000000;
	background-color		:	#ccddee;
}
div.PanelTabSelected
{
	float					:	left;
	color					:	#ffffff;
	background-color			:	#335566;
	padding				:	2px 10px 2px 10px;
	font-weight				:	bold;
	margin-right				:	10px;
	white-space				:	nowrap;
}
div.PanelTabBar
{
	clear					:	both;
	height					:	4px;
	background-color			:	#335566;
	margin-bottom			:	1em;
}



div.left
{
	float				:	left;
}
div.right
{
	float				:	right;
}
div.clear
{
	clear				:	both;
}

