html{height:100%;margin-bottom:1px;}
*:focus{outline:none;}
body{font-family:Verdana,Arial,Helvetica;font-size:8pt;}
h1{color:#990000;font-size:13pt;}
.header{background-color:#716D90;border:1px solid #000000;border-bottom:0px;}
.main_body{background-color:#FFFFFF;border-left:1px solid #000000;border-right:1px solid #000000;}
.captcha{padding:5px;margin-right:10px;background-color:#FFFFE1;border:1px solid #9B4725}
.footer{color:#FFFFFF;background-color:#716D90;border:1px solid #000000;border-top:0px;}

/*****Small size text styles*****/
.blk1{font-size:8pt;color:#111111;}
.red1{font-size:8pt;color:#FF0000;}
.wht1{font-size:8pt;color:#FFFFFF;}
.grn1{font-size:8pt;color:#008000;}

/****Small size text in BOLD style****/
.blk1b{font-size:8pt;font-weight:bold;color:#111111;}
.red1b{font-size:8pt;font-weight:bold;color:#FC0000;}
.wht1b{font-size:8pt;font-weight:bold;color:#FFFFFF;}
.grn1b{font-size:8pt;font-weight:bold;color:#008000;}

/*****MEDIUM size text styles*****/
.blk2{font-size:10pt;color:#111111;}
.red2{font-size:10pt;color:#FF0000;}
.wht2{font-size:10pt;color:#FFFFFF;}
.grn2{font-size:10pt;color:#080000;}

/****MEDIUM size text in BOLDstyle****/
.blk2b{font-size:10pt;font-weight:bold;color:#111111;}
.red2b{font-size:10pt;font-weight:bold;color:#FF0000;}
.wht2b{font-size:10pt;font-weight:bold;color:#FFFFFF;}
.grn2b{font-size:10pt;font-weight:bold;color:#990000;}

/*Undefined anchor tag*/
a{font-size:8pt;color:#0000FF;text-decoration:none;}
a:hover{font-size:8pt;color:#0000FF;text-decoration:underline;}

/*Defined anchor classes*/
.lnwht1{font-size:8pt;color:#FFFFFF;text-decoration:none;}
.lnwht1:hover{font-size:8pt;color:#FFFFFF;text-decoration:underline;}
.lngry1{font-size:8pt;color:#CCCCCC;text-decoration:none;}
.lngry1:hover{font-size:8pt;color:#CCCCCC;text-decoration:underline;}

/*Formfeild Style*/
.tbox{font-family:Verdana,Arial,Helvetica;font-size:8pt;border:1px solid #A1A1A1;padding:2px;font-size:8pt;color:#111;background:#F2F2F2;}
.tbox:focus{border:1px solid #716D90;background:#FFFFFF;}
.btn{font-family:Verdana,Arial,Helvetica;font-size:8pt;font-weight:bold;color:#FFFFFF;padding:1px 10px;cursor:pointer;background:#716D90;border:1px solid #555;}
