﻿/*Global Styles*/
body
{
    margin: 0px;
	background-color:white;
}
td img
{
    display: block;
}
.ContentTd
{
    font-size:15px;
    width:610px;
	background-color:white;
}
.ContentTd img
{
    display: inline;
}
.InnerPageBottomTxt
{
    font-size: 13px;
    padding: 7px;
    text-align: center;
}

/*For Index.htm*/
.IndexBottomTxt
{
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #333399;
    margin-top: 10px;
}
.IndexNumTxt
{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.IndexPubDate
{
    font-size: 12px;
}
.IndexPubDate span
{
    font-size: 13px;
}
.IndexPubTitle
{
    padding-left: 3px;
    margin-left: 15px;
	margin-top: 2px;
}
.IndexPubTitle li
{
    list-style-image: url('../images/icon_01.png');
    list-style-position: outside;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 7px;
    line-height:21px;
    color: #333399;
}
.IndexPubTitle a
{
    color: #0066FF;
}
.IndexPubTitle a:hover
{
    color: #CC0099;
}

