body {
    
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}

.infotable {
		padding: 4px 0px 0px 19px;
}
			
.text{
	font-family: verdana;
	font-size: 12px;
	/*color: #666666;*/
	color: #000000;
	font-weight: normal;
}

.text_small{
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}


.text_white{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
.text_bold_white{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: Bold;
}

.text_bold{
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	font-weight: Bold;
}

.heading{
	font-family: Arial;
	font-size: 22px;
	color: #5B5A4F;
	font-weight: bold;
}

.heading_white{
	font-family: Arial;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}


.textfield{
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 12px;
	/*color: #999999;*/
	color: #000000;
	height: 18px;
	/* width: 254px;*/
	width: 154px;
}

.td_padding{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.table_1{
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.td_heading{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	/*color: #5B5A4F;*/
	color:#000000;
	background-image: url(../images/td_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;
	text-indent: 5px;
	padding-top: 3px;
}


.td_bottom{
	background-image: url(images/btm_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 10px;
	height: 40px;
}

.footer_text{
	font-family: Arial;
	font-size: 12px;
	color: #939282;
}

A.linkfooter:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

A.linkfooter:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

A.linkfooter:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}

A.linkfooter:active {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

A.linkmain:link {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.linkmain:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.linkmain:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A.linkmain:active {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


A.link2:link {
	font-family: Verdana;
	font-size: 12px;
	color: #FE6600;
	text-decoration: none;
	font-weight: bold;
}
A.link2:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FE6600;
	text-decoration: none;
	font-weight: bold;
}
A.link2:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FE6600;
	text-decoration: underline;
	font-weight: bold;
}
A.link2:active {
	font-family: Verdana;
	font-size: 12px;
	color: #FE6600;
	text-decoration: none;
	font-weight: bold;
}

.clsButton{
	/*background-color: #FF6600;*/
	background-color: #FE6600;
	text-align:center;
	font-size:	9px;
	font-weight:700;
	color:		#FFFFFF;
	font-family:	verdana;
	border-top-color: #FF9D5B;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #FF9D5B;

}


.clsError {
	font-family: Verdana;
	background-color:#FFFFCC;
	color: #C60000;
	font-size:13px;
	font-style: normal;
	font-weight:300;
	text-align:center;
}

.clsTableHeading{
	background-image: url(images/btm_bg.jpg);
}
.sp {
		background-image:url(../images/menu_seprator.jpg);
		background-position:right center;
		background-repeat:no-repeat
	}
	
	
	
	.td_heading_2{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	/*color: #5B5A4F;*/
	color:#000000;
	
	height: 30px;
	text-align: left;
	text-indent: 5px;
	padding-top: 3px;
}

