
dt	{ font-weight:	bold;	margin-top:	0.5em; }



.fleft		{ float:			left;	}
.fright		{ float:			right;	}
.cleft		{ clear:			left;		margin-left:	3em; }
.cright		{ clear:			right;		margin-right:	3em; }
.cboth		{ clear:			both; }

.capimg		{ text-align:			right;		font-size:	9px;	font-style:	italic;		padding-bottom:		2em; }
.capimg span	{ display:			block;		padding-right:	0.5em; }

.capimg.fleft,
.capimg.fright	{ margin-top:			0; }
.capimg.fleft	{ text-align:			left; }



body.keepLeft table
{
	width:					100%;
	border:					none;
	border-collapse:			collapse;
	margin:					0;
	padding:				0;
}

body.keepLeft table th
{
	background:				black;
}

body.keepLeft table th,
body.keepLeft table td
{
	color:					white;
	font-size:				12px;
	text-align:				left;
	vertical-align:				top;
	padding:				2px 2px 2px 5px;
}

body.keepLeft table span
{
	white-space:				nowrap;
}



#content ul
{
	list-style:				url('../img/list_style_cross.gif')	square	outside;
}



#header,
#footer,
#left,
#right
{
	display:				none;
}


