body {
	background-color: #f2f0f0;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:14px;
}
.global a{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:11px;
	color:#F1F1F1;
	text-decoration:none;
}
.global a:hover{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:11px;
	color:#F1F1F1;
	text-decoration:underline;
}
a{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:13px;
	color:#CD251C;
	text-decoration:underline;
}
a:hover{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:13px;
	color:#CD251C;
	text-decoration:none;
}
.hhead{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.hText{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:14px;
	color:#554f4f;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}
.Phead{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:18px;
	color:#1f1a17;
	text-decoration:none;
	font-weight: normal;
}
.InnerHead{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:18px;
	color:#CC281F;
	border-bottom:1px dotted #CCC;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: normal;
}
.redhead{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ab0e06;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #CCC;
}
.sdmenu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ab0e06;
	font-weight:bold;
	border-right:1px solid #CCC;
	background:url(../images/left-panel-bg.jpg) repeat-y;
}
.mleftmenu  {
	background: url(../images/menu-bg.jpg) repeat-x;
	width:215px;
	border-bottom:1px solid #CCC;
}


.mleftmenu a {
	display: block;
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	font-size:13px;
	color: #ab0e06;
	background: url(../images/menu-icon.jpg) no-repeat 10px center;
	cursor: default;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
.mleftmenu a:hover {
	display: block;
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	color: #333333;
	background: url(../images/menu-icon.jpg) no-repeat 10px center;
	cursor: default;
	cursor:pointer;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

.sdmenu a {
	display: block;	
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	font-size:13px;
	color: #ab0e06;
	text-decoration:none;
	background: url(../images/menu-icon.jpg) no-repeat 10px center;
	cursor: default;
	cursor:pointer;
}
.sdmenu a:hover {
	display: block;
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	color: #333333;
	font-size:13px;
	text-decoration:none;
	background: url(../images/menu-icon.jpg) no-repeat 10px center;
	cursor: default;
	cursor:pointer;
}
.sbmenu{
	background-color:#F3F3F3;
	border-bottom:1px solid #F1F1F1;
	display:none;
}
.sbmenu a {
	display: block;	
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	font-size:13px;
	color: #ab0e06;
	border-bottom:1px solid #CCC;
	text-decoration:none;
	background: url(../images/menu-icon-small.gif) no-repeat 10px 15px;
	cursor: default;
	cursor:pointer;
}
.sbmenu a:hover {
	display: block;
	padding: 10px 25px 9px 35px;
	font-weight: bold;
	border-bottom:1px solid #CCC;
	color: #333333;
	font-size:13px;
	text-decoration:none;
	background: url(../images/menu-icon-small.gif) no-repeat 10px 15px;
	cursor: default;
	cursor:pointer;
}
.Footer{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:11px;
	color:#595959;
	text-decoration:none;
}
.Footer a{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:11px;
	color:#595959;
	text-decoration:none;
}
.Footer a:hover{
	font-family:"Trebuchet MS", Arial,Tahoma;
	font-size:11px;
	color:#595959;
	text-decoration:underline;
}
.pleft{
	padding-left:10px;
}
.pright{
	padding-right:10px;
}
.Border{ border:1px solid #E1E1E1;}
