body
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.leftbar {
	width: 210px;
	float: left;
	margin-top:10px;
}
/* Left Bar
*******************************/
.leftPanel
{
	background: url(../images/leftPanel_bg.gif) repeat-y left top;
	width: 200px;

}
.leftPanel h4
{
	background: url(../images/leftPanel_top.gif) no-repeat left top;
	margin: 0;
	padding: 6px 6px 12px 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.leftPanel ul
{
	margin-left: 0;
	padding-left: 0;
}
.leftPanel ul li
{
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: url(../images/bullBlue.jpg) no-repeat 13px 6px;
	line-height: 20px;
}
.leftPanel ul li a
{
	text-decoration: none;
	color: #3C5B8A;
}
.leftPanel ul ul
{
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 10px;
}
.leftPanel ul ul li
{
	display: list-item;
	padding-left: 0;
	background: none;
	list-style-type: circle;
	font-weight: normal;
	line-height: 18px;
}
.leftPanel ul ul li a
{
	text-decoration: underline;
	color: #0066CC;
}
.leftPanel .bot
{
	background: url(../images/leftPanel_bottom.gif) no-repeat left bottom;
	padding: 5px;
}
.leftBottom
{
	text-align: center;
	margin-top: 30px;
}

.livePanel
{
	margin: 30px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #2895aa;
	background: #ffffff;

}
.livePanel li
{
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
}

.FormTitle
{
	background-color: #0080C0;
	font-weight: bold;
	padding-left: 18px;
	color: #FFFFFF;
	border-top: solid 3px #F0F0F0;
	border-bottom: solid 1px #CCCCCC;
}
.FormLeft
{
	background-color: #A0B6FE;
	text-align: right;
}
.FormRight {
	text-align:left;
	background-color:#FCFCFC;
}
.mandtry {
	font-weight: bold;
	color: tomato;
}

