a {
    color: #336699;
}
body{
	font-size:10pt;
	font-family:'Arial',Sans-serif; 
    background:#ccffff;
    color:#336699;
}
td{
 white-space:nowrap;
}
.r{
    color:red;
}
textarea{	
	font-size:8pt;
	font-family:'Arial',Sans-serif; 
}
.scroll{ 
    overflow-x: hidden;
    overflow-y: auto;
}
table.p1 td,th{
	padding:0px 1px 0px 1px;
    table-layout:fixed;
}table.p5 td,th{
	padding:0px 5px 0px 5px;
    table-layout:fixed;
}
#dialogoverlay{ 
    display: none; opacity: .8; position: fixed; top: 0px; left: 0px; background: #FFF; width: 100%; z-index: 10; 
} 
#dialogbox{ 
    display: none; position: fixed; background: #000; border-radius:7px; width:350px; z-index: 10; 
} 
#dialogbox > div{
    background:#FFF; margin:8px; 
} 
#dialogbox > div > #dialogboxhead{
    background: #666; font-size:19px; padding:10px; color:#CCC; 
} 
#dialogbox > div > #dialogboxbody{
    background:#333; padding:20px; color:#FFF; 
} 
#dialogbox > div > #dialogboxfoot{
    background: #666; padding:10px; text-align:center; 
} 
.btn{
    float:left;
    margin-left:10px;
    height:30px;
}
.cl{
    clear:left;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.mgn{
    margin:0 auto;
}
.fwn{
   font-weight:normal;
}
.fwb{
   font-weight:bold;
}
.tal{
    text-align:left;
}
.tac{
    text-align:center;
}
.tar{
    text-align:right;
}
.w120{
    width:120px;
}
.ws{
    white-space:nowrap;
}
