
#bkmain
{
	width: 480px;
	margin: 0;
	padding: 0;
}


#bktabs a
{
	color: #000;
	background: #FFFF92 url(../img/tableft.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#bktabs a span
{
	background: url(../img/tabright.gif) right top no-repeat;
	padding-right: 10px
}

#bktabs a, #bk_tabs a span
{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#bktabs a, #bktabs a span
{
	float: none
}
/* End hide */

#bktabs a:hover, #bktabs a.selected
{
	color: #fff;
	background: #8C4600 url(../img/tablefthover.gif) left top no-repeat;
	padding-left: 10px;
}

#bktabs a:hover span, #bktabs a.selected span
{
	background: url(../img/tabrighthover.gif) right top no-repeat;
	padding-right: 10px
}

#bktabs ul
{
	list-style: none;

	font-size: 10pt;
	font-weight: bold;

	padding: 0;
	margin: 0px;
	margin-left:10px;
	margin-right:10px;
}

#bktabs li
{
	float: left;
	margin: 0;
	padding: 0;
}

#bktabs .bar
{
	clear: left;
	background: #FFFFF0;

	border-top: 8px solid #8C4600;

	text-align: left;
}

.boxed hr
{
	color: #8C4600;
	width: 100%;
	height: 1px;
}

.center
{
	text-align: center;
}

.hugefont
{
	font-size: 24pt;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.smallfont
{
	font-size: 7pt;
}