﻿.GVRowStyle
{
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    height:30px;
}

.GVHeader
{
    background-image: url(images/t_h_Bg.png);
    color: Black;
    height: 18px;
    background-repeat: repeat-x;
}

.normalContent
{
    vertical-align: top;
    color: #666666;
    font-family: Arial, SimSun;
}
.normalTitle
{
    font-weight: bold;
    font-family: Arial, SimSun;
}
.normalList
{
    list-style-image: url(images/item.gif);
    margin-left:15pt;
    margin-top:10pt;
}
.normalList li
{
    height:2.5em;
    padding-top:0.5em;
    margin-left:0;
}
.nList
{
    list-style-image: url(images/item.gif);
    margin-left:15pt;
    margin-top:5pt;
}
.nList li
{
    padding-top:2pt;
}
.neList
{
    list-style-type: none;
}
.ListTitle
{
    text-align:left;
}