body
{
	margin: 0;
	padding: 0;
	background: url(../images/nbg.jpg) repeat-x #fff;
	font-family: verdana,tahoma,arial,helvetica,times new roman,sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}

td
{
	font-size: 11px;
	color: #000;
	line-height: 17px;
}



/*************************
	Form Start
************************/
form
{
	display: inline;
}


input
{
	border: solid 1px #4e98c2;
}

.txtinput
{
	border: solid 1px #4e98c2;
}


.BorNone
{
	border: none;
}
/*************************
	Form End
************************/


/*************************
	Body Start
************************/
.MainContainer
{
	background: #fff;
	padding: 20px;
}
.TableFormat
{
	background-color: #fff;
}
.TableFormat td
{
	background-color: #e8f6fe;
}
.TableFormat th
{
	background-color: #bee5fe;
	color: #005e9d;
}

/*************************
	Body End
************************/

/*************************
	Footer Start
************************/
.Footer
{
	height: 30px;
	background: #029aff;
	color: #fff;
}


/*************************
	Footer End
************************/

.errmsg
{
	font-family: Verdana,Tahoma,Arial,Sans-Serif,MS Serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}
.orgtxt
{
	font-size: 12px;
	font-family: Arial, tahoma, verdana, Helvetica,sans-serif;
	line-height: 14px;
	color: #FF7800;
}
