body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e4e4e4;
}
.blue11_link {
	font-family: arial;
	font-size: 11px;
	color: #0997c7;
	text-decoration:underline;
}
.blue11_link:hover {
	font-family: arial;
	font-size: 11px;
	color: #e1a400;
	text-decoration:none;
}
.ntxt11 {
	font-family: arial;
	font-size: 11px;
	color: #787878;
}
.blue12_link {
	font-family: arial;
	font-size: 11px;
	color: #0997c7;
	text-decoration:underline;
}
.blue12_link:hover {
	font-family: arial;
	font-size: 11px;
	color: #e1a400;
	text-decoration:none;
}
.ntxt11_c {
	font-family: arial;
	font-size: 11px;
	color: #5c5c5c;
}
.ntxt12_f {
	font-family: arial;
	font-size: 13px;
	color: #3f3f3f;
}
.textbody {
	font-family: tahoma, Arial, verdana;
	font-size: 13px;
	color: #3f3f3f;
}
.heador {
	font-family: arial;
	font-size: 18px;
	color: #ECA002;
}
.headgr {
	font-family: arial;
	font-size: 18px;
	color: #686868;
}
.ntxtor {
	font-family: arial;
	font-size: 11px;
	color: #ECA002;
}
.headgr14 {
	font-family: arial;
	font-size: 14px;
	color: #686868;
}
.headbl14 {
	font-family: arial;
	font-size: 14px;
	color: #007dba;
}
.txt112121 {
	font-family: arial;
	font-size: 11px;
	color: #212121;
}.txtbox {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
}
/*For PopUp*/
#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 15000;
}
.modalBackground
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: Gray;
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
}
.modalContainer
{
    background-color: #ffffff; /*border: solid 4px black;*/
    position: absolute;
    top: 15%;
    left: 25%;
    z-index: 15010;
    width: 416px; /*height: 50px;*/
    padding: 0px;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
}
.modalTitle
{
    width: 242px;
    background-color: #009900;
    padding: 1px;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
}
.modalBody
{
    padding: 1px;
    font-family: Arial;
    font-size: 80%;
    color: #baff00;
    vertical-align: middle;
    background-color: #212121;
    padding: 8px;
    z-index: 15008;
}
/*For PopUp*/
