﻿div.RightPane {
	float:left;
	padding:0px;
	width:100%;
	margin-bottom:30px;
	background-position:right -1px!important;
	border-top:1px solid #6E9B15
}

div.RightPane span.Title {
	display:block;
	float:right;
	margin-right:5px;
	margin-top:1px;
}

div.RightPane span.Text {
	float:left;
	display:block;
	margin:-20px 0px 0px 0px;
	width:100%;
	color:#000000;
	text-align:left;
}

div.LeftPane {
	width:100%;
	float:left;
	background-image:url(../../images/title_pane_left.gif);
	background-repeat:no-repeat;
	background-position:left -1px!important;
	margin-bottom:30px;
	border-top:1px solid #6E9B15;
	border-bottom:1px solid #6E9B15;
}

div.LeftPane span.Title {
	display:block;
	float:left;
	width:191px;
	height:21px;
	padding-top:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	margin-top:1px;
}

div.LeftPane span.Text {
	float:left;
	display:block;
	margin:20px 0px 0px 0px;
	width:100%;
	text-align:left;
	color:#000000;
}

div.Main div.Content span {
}

ol {
	list-style-position:inside;
	margin-left:30px!important;
	font-weight:bold;
	color:#6E9B15;
}

ul {
	list-style-position:inside;
	margin-left:20px!important;
	font-weight:normal;
	color:#6E9B15;
}

div.ItemPane table tr td ol,div.ItemPane table tr td ul {
	list-style-position:inside;
	list-style-type:lower-alpha;
	font-weight:normal;
	color:#000000;
}

div.ItemPane {
	float:left;
	padding:0px;
	width:100%;
}

div.ItemPane span {
	color:#6E9B15;
}

div.ItemPane span.Text {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	width:100%;
	color:#000000;
	text-align:left;
}

div.ItemPane table {
	margin-bottom:16px;
}

div.ItemPane table tr th {
	text-align:left;
	color:#6E9B15;
	font-weight:normal;
}

div.ItemPane table tr td {
	vertical-align:top;
}