﻿body
{   
    background-image: url(images/pg_bck.jpg); 
    background-repeat: repeat-x;
    background-color: #464646;
    margin: 5px 0 0 0;
}

body, td, p
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: Black;
}

.service_list ul
{
    font-size: 90%;
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 0;
}


.service_list ul li
{
    font-size: 90%;
    padding-left: 0;
}

.news_date
{
    font-weight: bold;
    font-style: italic;
    color: #9B9B9B;
}

.news_title
{
    color: #006666;
}

.service_headers
{
    font-size: 13px;
    font-weight: bold;
}

.service_more
{
    font-style: italic;
    font-weight: bold;
}

.news_header
{
    font-weight: bold;
    font-size: 115%;
}

.news_content
{    
    background-color: White; 
    overflow: auto; 
    width: 202px; 
    height: 300px;
}

h2
{
    font-size: 120%;
    font-weight: bold;
}

h3
{
    font-size: 105%;
    font-weight: bold;
}