/* Border Box */
.bBox .hd .c, .bBox .ft .c {
	font-size:1px;height:6px;
}
.bBox .hd {
	background:transparent url(o_tl.gif) 0px 0px no-repeat;
}
.bBox .hd .c {
	background:transparent url(o_tr.gif) right 0px no-repeat;
}
.bBox .bd {
	background:transparent url(o_ml.gif) 0px 0px repeat-y;
}
.bBox .bd .c {
	background:transparent url(o_mr.gif) right 0px repeat-y;
}
.bBox .ft {
	background:transparent url(o_bl.gif) 0px 0px no-repeat;
}
.bBox .ft .c {
	background:transparent url(o_br.gif) right 0px no-repeat;
}
.bBox a, .bBox a:visited, .bBox a:active
{
	color:#000000;
	text-decoration:none;
}
.bBox a:hover
{	
	color:#000000;
	text-decoration:underline;
}
.bBox
{
	margin:0 0 6px 0;
}
.bBox a:link, .bBox a:hover, .bBox a:active, .bBox a:visited
{
	font-weight:bold; color:#000066; text-decoration:underline;
}
.bBox .bd .c
{
	padding:0 15px 0 15px; text-align:left;
	height:100%;
}
.bBox .bd .c p
{
	margin:0 0 0 0;padding:5px 0 5px 0;
}

