.crtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.crtxtLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D274F;
	text-decoration: none;
}
.crtxtLink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D274F;
	text-decoration: none;
}
.crtxtLink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0D274F;
	text-decoration: underline;
}
.navtxt {
	font-family:Verdana,"ËÎÌå";
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
.navtxt a{
	font-family:Verdana,"ËÎÌå";
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
.navtxt a:Hover{
	font-family:Verdana,"ËÎÌå";
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
.mainFrameBg {
    background-image:url(images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.ptop10{
    margin-top:10px;
}
.ptop20{
    margin-top:20px;
}
.ptop25{
    margin-top:25px;
}
.ptop30{
    margin-top:30px;
}
.ptop40{
    margin-top:40px;
}

.maintxt{
    font-size:12px;
	color:#333333;
	text-decoration:none;
}
.inputtxt{
    font-size:12px;
	height:16px;
	border:1px solid #8894a2;
}
.selecttxt{
    font-size:12px;
	height:20px;
	border:1px solid #8894a2;
}
.linktxt{
   font-size:12px;
   color:#254973;
   text-decoration:none;
}
.linktxt a{
   font-size:12px;
   color:#254973;
   text-decoration:none;
}
.linktxt a:hover{
   font-size:12px;
   color:#000066;
   text-decoration:none;
}
.postitle {
    background-image:url(images/pos_bg.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.listtxt{
    font-size:12px;
	color:#333333;
	text-decoration:none;
}
.listtxt a{
    font-size:12px;
	color:#003366;
	text-decoration:none;
}
.listtxt a:hover{
    font-size:12px;
	color:#333333;
	text-decoration:none;
}
.listTitleTxt{
    font-size:12px;
	color:#425e85;
	font-weight:bold;
	text-decoration:none;
}bolder;

  .myPage
        {
            height: 100%;
            width: 100%;
            overflow: auto;
            position: relative;
            color: #666;
        }
        #demo
        {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 251px;
        }
        .slide-head
        {
            height: 24px;
            background-color: #FF0000;
            background: url(/SiteImages/b-hd.gif) 0 0 no-repeat;
            text-align: right;
            overflow: hidden;
        }
        .slide-head .title
        {
            float: left;
            margin-left: 5px;
            font-size: 12px;
            color: #006699;
            line-height: 25px;
            font-weight: bold;
            font-family: "Î¢ÈíÑÅºÚ";
        }
        .slide-body
        {
            background-color: #CCCCCC;
            border: 1px solid #87bbd9;
            padding: 10px;
            background-color: #dfeef7;
            font-size: 12px;
        }
        .slide-head a
        {
            float: right;
            width: 14px;
            height: 14px;
            margin-right: 1px;
            margin-top: 5px;
        }
        .slide-head .mini
        {
            background: url(/SiteImages/min_icon.gif) 0 0 no-repeat;
        }
        .slide-head .max
        {
            background: url(/SiteImages/max_icon.gif) 0 0 no-repeat;
        }
        .slide-head .close
        {
            background: url(/SiteImages/close_icon.gif) 0 0 no-repeat;
            margin-right: 15px;
        }

.box
{
}
.box_border
{
    border: 1px solid #ccc; margin-bottom: 10px;
}
.box .box_t
{
    height:20px;
    padding:8px;
    border-bottom:1px solid #ccc;
    background:#efefef;
}
.box .box_t h3
{
    font-size:14px;
    line-height:14px;
    padding:0;
    margin:0;
}
.box .box_c
{
     padding:10px;
}