﻿/*页面主体背景*/
body 
{
 background-image : url(../ImagesCSS/Others/beijing1.gif);
 background-repeat: repeat;
}
     
     
/*页面套用主控件边框*/     
.frame_page
{ border-right: gainsboro 1px solid;
  border-top: gainsboro 1px solid; 
  border-left: gainsboro 1px solid; 
  border-bottom: gainsboro 1px solid;
 }

.ctrindex
{
}

/*文章主标题*/
.title1
{
  font-size: 16pt;
  font-weight: bold; 
  border-bottom: buttonface 1px dotted;
}


/*栏目小标题*/
.title2
{   font-size :12pt;
    color: #3a6ea5; 
    font-weight: bold;
    border-bottom: buttonface 1px dotted;
}
    
    
/*正文段落*/ 
.font_text
{
    font-size: 9pt;
    line-height: 150%;
    color: #000000;
    direction: ltr;
}



/*文字分隔底边*/
.border_text
{
    border-bottom:gainsboro 1px dotted;
}


/*提醒文本*/
.remind_text
{
    color:#ff4500;
    font-size: 9pt;
    font-weight: bold;
}


/*注释文本*/
.note_text
{
    font-size: 9pt;
    color: #696969;
    line-height: 150%;
}
