body {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #29373E;
	margin:0px;
}
table, td {
	font-size:12px;
}
form {
	margin:0px;
}
a {
	color:#3D70AF;
	text-decoration:underline;
}
a:hover {
	color:#000066;
	text-decoration:none;
}
.imagebdr {
	border:4px solid #EAEAEA;
	}
/* Genereal ------------------------------------------ */
.maintable {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
.leftBackground {
	border-right:3px solid  #CCCCCC;
	width:219px;
	background-image:url(images/leftbg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.lefttopBg {
	border-right:3px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background-image:url(images/cell_bg1.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#774444;
	padding:3px 5px 2px 5px;
}
.leftIIBg {
	border-right:3px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background-color:#B43D3D;
	padding:12px 5px 12px 5px;

}
.leftIIIBg {
	border-right:3px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	background-image:url(images/cellBg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#B13D3D;
	padding:3px 5px 2px 5px;
}
.readmore{
	color:#B4E800;
	font-weight:bold;
	padding:3px 0px 5px 0px;
}
.readmore a {
	color:#87AD61;
	font-weight:normal;
	text-decoration:none;
}
.readmore a:hover {
	color:#CCFF00;
	font-weight:normal;	
	text-decoration:none;
}
.txtBox {
	font-size:11px;
	color:#333333;
	font-family:Tahoma, Verdana, Arial;
	border:1px solid #7F9631;
	height:17px;
}
.txtArea {
	font-size:11px;
	color:#333333;
	font-family:Tahoma, Verdana, Arial;
	border:1px solid #7F9631;
}
.inputButton {
	font-size:11px;
	color:#FFFFFA;
	font-family:Tahoma, Verdana, Arial;
	background-color:#333333;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
}

/* Footer Styles ------------------------------------------ */
.footerArea {
	height:55px;
	background-image:url(images/footerSrp.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#29373E;
	color:#C9C9C9;
	text-align:center;
}
.footer  {
	height:55px;
	background-color:#29373E;
	color:#C9C9C9;
	text-align:center;
}
.footerArea a {
	color:#C9C9C9;
	text-decoration:none;
}
.footerArea a:hover {
	color:#339900;
	text-decoration:none;
}
/* Text Styles ------------------------------------------ */
.pageDataArea {
	vertical-align:top;
	text-align:center;
	padding:15px 10px 10px 10px;

}
.pageHead {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:17px;
	font-weight:bold;
	padding:8px 0px 6px 10px;
	vertical-align:top;
	text-align:left;
	text-transform:uppercase;
}
.pagesubHead {
	font-family:Arial, Helvetica, sans-serif;
	color:#009999;
	font-size:13px;
	font-weight:bold;
	padding:3px 0px 3px 10px;
	vertical-align:top;
	text-align:left;
}
.pageDataTxt {
	line-height:25px;
	color:#FFFFFF;
	text-align:justify;
}
.pageTxt {
	line-height:22px;
	text-align:justify;
	color:#333333;
	font-size:12px;
	padding:0px 0px 0px 10px;
}
.pageTxt p {
	margin:10px 0px 5px 0px;
}
.pageTxts {
	line-height:20px;
	text-align:justify;
	color:#333333;
	font-size:12px;
	padding:0px 0px 0px 10px;
}
.pageTxts ul,li {
	margin:0px 0px 0px 8px ;
	padding:0px;
	}
.pageDataTxt p {
	margin:0px 0px 5px 0px;
}
.thanx {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
}
.mustField {
	font-weight:bold;
	color:#CC3300;
}

/*
  List table
*/
table.listTable {
	
}
table.listTable td {
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;
}
table.listTable th {
	color:#333333;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	padding-bottom:6px;
	padding-top:10px;
}

table.listTable td a {
	text-decoration:none;
	text-transform:none;
	color:#CC0000;
}
table.listTable td a:hover {
	text-decoration:underline;
	text-transform:none;
	color:#0066CC;
}