/* CSS Document */
#News
{
	width:208px;
	background:url(../images/blue_bg.gif) repeat-y;
}
#News div
{
	padding:10px;
}
#News h2
{
	background:url(../images/blue_title.gif) center no-repeat;
	height:29px;
	font:bold 14px Arial;
	line-height:29px;
	padding-left:40px;
	color:black;
}
#News b
{
	display:block;
}
#News a
{
	display:block;
	text-decoration:none;
	color:#000;
}
#News hr
{
	border:none;
	margin-bottom:10px;
	height:1px;
	border-bottom:1px dotted #000;
}
/* =================================================================================== */
.RoundBox
{
	width:208px;
	background:url(../images/roun_bg.gif) repeat-y;
}
.RoundBox h2
{
	background:url(../images/blue_title.gif) center no-repeat;
	height:29px;
	font:bold 14px Arial;
	line-height:29px;
	padding-left:40px;
}
.RoundBoxTop
{
	background:url(../images/round_top.gif) top center no-repeat;
}
.RoundBoxBot
{
	background:url(../images/round_bot.gif) bottom center no-repeat;
	padding:10px;
}
/* =================================================================================== */
.PageBox
{
	width:632px;
	background:url(../images/box_bg.gif) repeat-y;
}
.PageBox h1
{
	height:29px;
	background:url(../images/box_top.gif) center no-repeat;
	line-height:29px;
	font:bold 14px Arial;
	color:#000;
	padding-left:40px;
	line-height:29px;
}
.PageBody
{
	background:url(../images/box_bot.gif) bottom center no-repeat;
	padding:20px;
	padding-top:10px;
}
#Page .PageBody
{
	min-height:600px;
}
#Black h1
{
	color:white;
	background:url(../images/black_top.gif) center no-repeat;
}
#Black
{
	background:url(../images/box_bg.gif) repeat-y;
}
#Black .PageBody
{
	padding:0;
}
/* =================================================================================== */


