﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    background: #dcdbdb;    
    text-align: center;
    font-family: Verdana, Arial, Tahoma, "Century Gothic", Sans-Serif, Serif;
    font-size: .8em;
    zmargin-top: 50px;
}
h1, h2, h3, h4, h5
{
    font-family: Verdana, Arial, Tahoma, "Century Gothic", Sans-Serif, Serif;
}
h1
{
    font-size: 1.2em;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: .9em;
}
h5
{
    font-size: .8em;
}
p
{
    font-family: Verdana, Arial, Tahoma, "Century Gothic", Sans-Serif, Serif;
    font-size: .8em;
}
/* PFSITAB Style */
#PFS_Maincontainer
{
    background: #fff;
    margin: 0px auto;
    width: 982px;
    
}
#PFS_Header
{
    text-align: left;
}
#PFS_Body
{
    background: url("../Images/content_bg.jpg") repeat-x;
    text-align: left;
    padding: 0 0 20px 0;
}
#PFS_Footer
{
    clear: both;
    background: url("../Images/footer_bg.jpg") repeat-x;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    color: #333;
    font-size: .8em;
    font-family: Verdana;
}
#PFS_Footer a
{
    color: #333;
    text-decoration: none;
}
#PFS_Footer a:hover
{
    color: #8b1d1d;
    border-bottom: 1px dashed #8b1d1d;
}
/* end PFSITAB Style*/

/* Specific Styel */
.col
{
    float: left;
    width: 320px;
}
.colContent
{
    background: #e6eaef;
    border: #b7c1c7 1px solid;
    width: 279px;
    padding: 15px;
    margin-top: 15px;
}
.colContent .txtTitle
{
    color: #31345a;
}
/* end Specific Styel */