﻿
.TabGroupVert
{
	width: 10em;
	height: 100%;
	float: left;
}



#bodycontent
{
	position: relative;
	display: inline-block;
	padding: 6px;
	width: 36em;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 5;
	margin: 0px;
}



#bodycontent p
{
	position: relative;
	z-index: 55;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}


#bodycontent ul
{
	position: relative;
	z-index: 60;
}





#bodycontent img
{
	position: relative;
	margin: 2px;
	display: inline-block;
}





#bodycontent h2
{
	position: relative;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0;
	z-index: 60;
}

#bodycontent h2:first-child
{
	margin-top: 0;
}







#bodycontent h2 img
{
	position: relative;
	margin-bottom: 16px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	z-index: 60;
}


div.trans
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}



#bodycontent img.fltRight
{
	float: right;
}

#bodycontent img.fltLeft
{
	float: left;
}


.nowrap
{
	white-space: nowrap;
}

