/* CSS Document */
#Box
{
	width:692px;
	background:url(../images/box_bg.gif) repeat-y;
	float:left;
	margin-left:20px;
}
#BoxTop
{
	background:url(../images/box_top.gif) top no-repeat;
}
#BoxBot
{
	background:url(../images/box_bot.gif) bottom no-repeat;
	min-height:400px;
	padding:1px;
}
#BoxBot h1
{
	text-align:right;
	background:url(../images/bullet.gif) right no-repeat;
	font:bold 14px Arial;
	height:35px;
	line-height:35px;
	padding-right:15px;
	margin-right:15px;
}
/* --------------------------------------------------------------------------------- */
#SmallBox
{
	width:375px;
	background:url(../images/small_box_bg.gif) repeat-y;
}
#SmallBoxTop
{
	background:url(../images/small_box_top.gif) top no-repeat;
}
#SmallBoxBot
{
	background:url(../images/small_box_bot.gif) bottom no-repeat;
}
#DetTbl
{
	margin-left:1px;
	margin-right:1px;
}
#DetTbl th, #DetTbl td
{
	border-bottom:1px solid #201f1e;
}
#DetTbl th
{
	font:normal 12px Arial;
	color:#faa002;
}
