/* Document */
.container_head
{
	padding: 0px 5px 0 2px;
	text-align: left;
	color: #FF9900;
	font-size:16px;
	background-color: White;
}
.container_content
{
	clear: both;
	background-color: White;
	color:#333333;
}
.container_contentpane
{
	padding: 8px 15px 0 15px;
	text-align: left;
	background-color: White;
}
.container_footer
{
	margin-bottom: 0px;
	padding: 8px 10px 8px 15px;
	text-align: right;
	background-color: White;
}

.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/conttop_left.png') no-repeat left top;
	height: 15px;
}
.border_topright
{
	padding: 0px;
	margin: 0px;
	background: url('images/conttop_right.png') no-repeat right top;
	height: 15px;
}
.border_topmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: url('images/conttop.png') repeat-x 50% top;
	height: 15px;
}

.border_botleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/contbottom_left.png') no-repeat left top;
}
.border_botright
{
	padding: 0px;
	margin: 0px;
	background: url('images/contbottom_right.png') no-repeat right top;
}
.border_botmiddle
{
	padding: 0px;
	margin: 0 16px 0 16px;
	background: url('images/contbottom.png') repeat-x 50% bottom;
	height: 14px;
}
.border_sideleft
{
	padding: 0px;
	margin: 0px;
	background: url('images/contleft.png') repeat-y left top;
}
.border_sideright
{
	padding: 0px;
	margin: 0px;
	background: url('images/contright.png') repeat-y right top;
}
.middle
{
	padding: 0px;
	margin: 0 21px 0 21px;
	background-color: White;
}

.bottom_space
{
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	height: 16px;
}

/*---------- default style for head & normal -----------*/
.Head
{
font-weight:bold; font-size:20px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#FF9900;
}
.Normal
{
	color: #43494D;
}
.Normal p
{
	margin-top: 0px;
}



