﻿h1
{
    height: 35px;
    line-height: 35px;
    padding-bottom: 15px;
}
.news_control
{
    padding-bottom: 15px;
}

.news_subject
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 2px;
    color: #003B79;
    line-height: 14px;              
}

.news_text
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #666666;
    line-height: 16px;
    width: 670px;
    text-align: justify;
}

.news_date
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
    color: #666666;
    line-height: 16px;
    width: 670px;
    text-align: justify;  
}

.text_box
{
    width: 600px;
    height: 150px;        
}

.subject_box
{
    width: 600px;
}

.news_edit
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
}

.news_add
{
    padding-bottom: 5px;
    padding-top: 5px;
}


