/* Document */
.RoundContainer_head
{
	padding: 0px 10px 0 0px;
	margin-top:0px;
	margin-left: 0px;
	text-align: left;
	color: #28558E;
	font-size:16px;
	background-color: #E5E5E5;
}
.container_content
{
	clear: both;
	background-color: #E5E5E5;
	color:#333333;
}
.RoundContainer_contentpane
{
	padding: 8px 15px 0px 4px;
	text-align: left;
	background-color: #E5E5E5;
}
.container_footer
{
	margin-bottom: 0px;
	padding: 8px 10px 8px 15px;
	text-align: right;
	background-color: #E5E5E5;
}

.title
{
	margin: 0;
	float: left;
	white-space: nowrap;
}
.title_vis
{
	margin: 0;
	float: right;
	text-align: right;
}

/*---------- borders -----------*/
.border_topleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/contleft.jpg') no-repeat left top;
	height: 21px;
}
.border_topright
{
	padding: 0px;
	margin: 0px;
	background: url('images/contright.jpg') no-repeat right top;
	height: 21px;
}
.border_topmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: #E5E5E5 repeat-x 50% top;
	height: 21px;
}

.border_botleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/contleftbot.jpg') no-repeat left top;
}
.border_botright
{
	padding: 0px;
	margin: 0px;
	background: url('images/contrightbot.jpg') no-repeat right top;
}
.border_botmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: #E5E5E5 repeat-x 50% bottom;
	height: 21px;
}
.border_sideleft
{
	padding: 0px;
	margin: 0px;
	background: #E5E5E5 repeat-y left top;
}
.border_sideright
{
	padding: 0px;
	margin: 0px;
	background: #E5E5E5 repeat-y right top;
}
.middle
{
	padding: 0px;
	margin: 0 21px 0 21px;
	background-color: #E5E5E5;
}

.bottom_space
{
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	height: 16px;
}

/*---------- default style for head & normal -----------*/
.RoundHead
{
	font-family:Calibri, Verdana;
	font-weight: bold;
	font-size: 16px;
	color:#28558E;
}
.Normal
{
	color: #000000;
}
.Normal p
{
	margin-top: 0px;
}


