

.cornerBox { 
position: relative; 
/*background: #cfcfcf;*/
background: #EFFFBE;
width: 350px;
height: 322px;

display:block;
clear:both;
}
		
.corner { 
position: absolute; 
width: 10px; height: 10px; 
background: url('corners/blk.gif') no-repeat; font-size: 0; 
overflow: hidden;
}

.cornerBoxInner {
display:block;
width: 100%;
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0px; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.bottom { margin-bottom: 20px; }




/* Main Body */

.M1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.M1:link {
    text-decoration: none;
	color: #000000;
}

a.M1:visited {
    text-decoration: none;
    color: #000000;
}

a.M1:hover {
	text-decoration: underline;
	color: #FF9900;
}

a.M1:active {
    text-decoration: none;
	color: #000000;
}

.M2 {
   padding-top: 3px;
}

.B1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
} 

.B2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
} 

.td_head {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #6633CC;
    border-top: solid 1px #9966CC;
	border-bottom: solid 1px #9966CC; 
}

.td_bot {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    /*border-top: solid 1px #CCCCCC;*/
}

.td_top {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    /*border-top: solid 1px #CCCCCC;*/
}

.table_dash {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border-top: dashed 1px #CCCCCC;
    border-bottom: dashed 1px #CCCCCC;
}

.td_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	font-style: normal;
	color: #000000;
    border-bottom: dashed 1px #CCCCCC;
}

.tborder_top {
    border: solid 1px #CCCCCC;
}

.tborder {
    border: solid 1px #EEEEEE;
}

.H1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
	color: #000000;
}

.H2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FF9900;
}

.button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height:24px;
    width:125px;
    #margin-right: 4px;
    padding:0px;
    background-color: #DDDDDD;
    #color:black;

    border-right: solid 1px #909090;
    border-bottom: solid 1px #909090;
    border-top: 1px solid white;
    border-left: 1px solid white;
    cursor: pointer;
    cursor: hand;
}

.button_std{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height:21px;
    width:75px;
    #margin-right: 4px;
    padding:0px;
    background-color: #DDDDDD;
    #color:black;

    border-right: solid 1px #909090;
    border-bottom: solid 1px #909090;
    border-top: 1px solid white;
    border-left: 1px solid white;
    cursor: pointer;
    cursor: hand;
}

.good {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	#line-height: 1.5;
    color: #009900;
}

.bad {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	#line-height: 1.5;
    color: #CC0000;
}

.dele {
    color: #CC0000;
}

.allo {
    color: #009900;
}

.B1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
} 

.B2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
} 

.err {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	#line-height: 1.5;
    color: #CC0000;
}

.ERR {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC0000;
} 

.no_marg {
margin-bottom: 0px;
}