body {
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif ;
		font-size:11px; 
		color:#333333;
		background-image: url(images/bg.gif);
		background-repeat:repeat-x;
		background-position:top;

}
	
table, td {
		font-size:11px;
}

a 		{ 
		color:#CC6600; 
		text-decoration:none;
}
a:hover { 
		color:#FF6600; 
		text-decoration:none;
 }

.errormessage {
		font-weight:bold;
		font-size:11px;
		color:#FF0000;
		text-align:center;
}
.mustField {
		font-weight:bold;
		font-size:11px;
		color:#FF3399;
		text-align:center;
}
/*-------------form contents-------------*/
form { 
		margin:0px;
 }
.inputbx { 
		border:1px solid #829900; 
		height:15px; 
		font-size:11px; 
		font-family:Tahoma, Arial; 
		color:#555555;
}
.textareabx { 
		border:1px solid #829900; 
		height:80px; 
		font-size:11px; 
		font-family:Tahoma, Arial; 
		color:#555555;
 }
.textareabx_a { 
		border:1px solid #829900; 
		font-size:11px; 
		font-family:Tahoma, Arial; 
		color:#555555;
 }
.selectbx { 
		border:1px solid #829900; 
		height:15px; 
		font-size:11px; 
		font-family:Tahoma, Arial; 
		color:#555555;
}

.button{ 
		border:1px solid #ADD200;
		color:#FFFFFF; 
		height:20px;
		font-size:11px; 
		font-family:Tahoma, Arial; 
		font-weight:bold;
		background-color:#8E9900;				
  }
/*--main td bg style---*/
.main{
		padding:5px 10px 5px 10px;
		border-left:1px solid #939393;
		border-right:1px solid #939393;
		background-color:#FFFFFF;
}

.leftarea{
		padding:0px 10px 5px 10px;
		border-right:1px  dotted #939393;
		
}
.rightarea{
		padding:0px 0px 5px 10px;
}
.row1{
		background-color:#FFFCF5;
}
.row2{
		background-color:#FFFAEB;
}
/*--project table style---*/
table.tblProject {
}
table.tblProject td {
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding:5px 0px 5px 20px;
		text-align:left;
		color:#333333;
		background-image:url(images/arrow_left.gif);
		background-repeat:no-repeat;
		background-position:left;
		background-position:left;
}
table.tbltrade {
}
table.tbltrade td {
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding:5px 0px 5px 20px;
		text-align:left;
		color:#333333;
		background-image:url(images/arrow_left.gif);
		background-repeat:no-repeat;
		background-position:left;
		background-position:left;
}
.pageHead{
		font-family:Arial;
		font-weight:bold;
		font-size:17px;
		color:#F46A1B;
		padding:8px 0px 8px 0px;
}
.subHead{
		color:#996600;
		font-family:Arial;
		font-weight:bold;
		font-size:13px;
		}
table.tbl_list {
		border :1px solid #996600;
}
table.tbl_list  th {
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		background-color:#BE793A;
		color:#FFFFFF;
		text-align:left;
		padding:3px 0px 4px 3px;

}
table.tbl_list  td {
		font-size:11px;
		height:23px;
		padding:3px 0px 4px 3px;
		color:#666666;
		border-bottom:1px solid #996600;
}

table.tbl_left {
}
table.tbl_left  th {
		font-family:Arial;
		font-weight:bold;
		font-size:14px;
		color:#00A8FF;
		text-align:left;
		padding:3px 0px 4px 8px;

}
table.tbl_left  td {
		font-size:11px;
		height:23px;
		background-image:url(images/product_bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:15px;
		color:#666666
}
.text{
		line-height:200%;
		padding:5px 0px 2px 0px;
		font-size:12px;
		color:#333333;
}
/*--footer area style---*/
.footerArea {
		font-size:11px;
		color:#999999;
		height:40px;
		border-left:1px solid #939393;
		border-right:1px solid #939393;
		background-color:#FFFFFF;
		background-image:url(images/footer_top.gif);
		background-position:center top;
		background-repeat:no-repeat;
		text-align:center;
}
.footerArea a { 
		color:#999999;
		text-decoration:none;
}
.footerArea a:hover {
		color:#FFFFFF;
		text-decoration:none;
}
