/**
 * Report page style
 */
body{font-family: Verdana; color: #777;}
.select1b{ 
    width:106px; 
    height:18px; 
    overflow:hidden; 
    border:#999 1px solid;
    font-family:Verdana;
} 
.select2b{ 
    height:18px; 
    width:110px; 
    height:22px; 
    margin:-2px 0 0 -2px;
    padding: 0px; 
    font-family:Verdana;
    color: #777;
}
.select1m{ 
    width:55px; 
    height:18px; 
    overflow:hidden; 
    border:#999 1px solid; 
} 
.select2m{ 
    height:18px; 
    width:59px; 
    height:22px; 
    margin:-2px 0 0 -2px;
    padding: 0px;
    font-family:Verdana;
    color:#777; 
}
.select1g{ 
    width:195px; 
    height:18px; 
    overflow:hidden; 
    border:#999 1px solid; 
} 
.select2g{ 
    height:18px; 
    width:199px; 
    height:22px; 
    margin:-2px 0 0 -2px;
	padding: 0px;
	font-family:Verdana;
	color:#777; 
}
.select1f{ 
    width:208px; 
    height:18px; 
    overflow:hidden; 
    border:#999 1px solid; 
} 
.select2f{ 
    height:18px; 
    width:200px; 
    height:23px; 
    margin:-4px 0 0 -2px;
    padding: 0px;
    font-family:Verdana;
    color:#777; 
}
.head{font-size: 14px; font-weight: bold; text-align: center; margin: 30px;}
.content{padding: 0px; margin: 20px;}
.titled{
    background-color: #F4F4F4; 
    height: 20px;
    line-height: 20px;
    width: 800px;
    margin-left: 0px; margin-right: 0px; margin-top: 20px; margin-bottom: 20px;
    border: #EAEAEA 1px solid;
    text-align: left;
}
.subtitle{font-size: 12px; font-weight: bold; margin: 6px;}
.normal{font-size: 12px; margin: 0px; padding: 0px; text-align: left}
.textin1{width: 200px; height:18px; border: 1px solid #999; padding:0px; font-size: 12px; font-family: Verdana; color: #777; background: url(input_bg.gif) 0 0 repeat-x;}
.textin2{width: 60px; height:18px; border: 1px solid #999; padding:0px; font-size: 12px; font-family: Verdana; color: #777; background: url(input_bg.gif) 0 0 repeat-x;}
.textin3{width: 400px; height:80px; border: 1px solid #999; padding:0px; font-size: 12px; font-family: Verdana; color: #777; background: url(input_bg.gif) 0 0 repeat-x;}
.textin4{width: 400px; height:18px; border: 1px solid #999; padding:0px; font-size: 12px; font-family: Verdana; color: #777; background: url(input_bg.gif) 0 0 repeat-x;} 
.selectpoint{margin: 0px; padding:0px; border: 0px; color: #3399FF;}
.buttonstyle{
        height: 22px;
		line-height: 20px;
        margin: 0px;
        padding: 0px;
        border: #777 1px solid;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #777;
        background: #faf8ff;
        text-align: center;
}
a:link, a:visited
{
  COLOR: #9999bb; 
  TEXT-DECORATION: none;
}
a:hover, a:active
{
  COLOR: #5566FF; 
  TEXT-DECORATION: underline;
}