.panel_Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #B1BCC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	text-indent: 15px;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	}
.panel_Curve_Left {
	background-image: url(images/panel_Curve_Left.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 15px;
}
.panel_Curve_Right {
	background-image: url(images/panel_Curve_Right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 15px;
}
.panel_borders {
	border: thin solid #CCCCCC;
}
.panel_Divisions {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.panel_TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 5px;
}
.panel_FeaturesBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}
.panel_Curve_Middle {
	background-color: #333333;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.panel_Curve_Textbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 5px;
}
.panel_Curve_TextboxBig {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 5px;
}
