/*
*主要样式表
*/
body{  margin:0px; padding:0px; 

      font: 12px Verdana, airal;

       background-image: url(../images/bg1.gif);background-repeat:repeat-x;
}

table,td{ font: 12px Verdana, airal;
          
          line-height:120%
        }
.txt{font-size:12px; line-height:170%;}
.txt14{ font-size:14px;}
.txtbold14{ font-size:14px; color:#1465b7; font-weight:bold }
.title{font-size:12px; color:#1465b7; font-weight:bold }
.white{font-size:14px; color:#ffffff; font-weight:bold;}
.lnkred{color:#ed0b0b; font-weight:bold}
.gray{color:#585858; font-size:12px;}
.blue{font-size:12px; color:#0f5388;}

.tr_bg{	background-image:url(../images/linebg.gif); background-position:bottom;background-repeat:repeat-x;}
.tr_mouseover{
	background-image:url(../images/linebg1.gif);background-position:bottom;background-repeat:repeat-x;
}
.tr_mouseout{
	{ background-image:url(../images/linebg.gif); background-position:bottom;background-repeat:repeat-x;}

.x-bg{background-repeat:repeat-x;}
.y-bg{background-repeat:repeat-y;}
.no-bg{background-repeat:no-repeat;}

A:link {
	 COLOR: #000000; text-decoration:none
}
A:visited {
	 COLOR: #000000; text-decoration:none
}
A:hover {
	  COLOR: #0066cc;  text-decoration:none
}


A.lnkred:link { color:#984417; text-decoration:none}

A.lnkred:visited {
	 COLOR: #000000; text-decoration:none
}
A.lnkred:hover {
	  COLOR: #984417; text-decoration:none
}


Input { font: 12px verdana , arial; 
        color:#000000;  
        vertical-align: text-center;
        padding:1px 2px 1px 2px;
    	margin-left: 3px;
       }

select{ font:12px verdana, arial; 
       color:#000000; 
       padding: 1px 1px 0px 0px;
	margin-left: 3px;
       }

textarea{font-size:12px; font-family:arial; 
         
         margin-left:3px;
        }
.mbtn{   border:0;
         font:12px arial; 
         padding:2px 3px 0px 3px;
         background-image:url(../images/btnbg.gif); color:#555353;
         background-color:#E8F8FF;
         border: #70b1cf 1px solid; 
         height:20px;  
     }
.submit_btn{ border: #9db6cc 1px solid;
            font:12px verdana,arial; color:#124b72;
             padding:1px 2px 2px 0px; 
             background-color:#e1f0fb;
              height:17px; }
              
.mbtn-b {
	background-attachment: fixed;
	background-image: url(../images/participants_send-b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 57px;
	width: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.ttc {
	height: 24px;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #a4d6ef;
}

.form{margin:0}