h6
{
    color:#777777;
    font-size:30px;

}

.footerText
{
    font-size:10px;
    font-weight:bold;
    color:#999999;
}
body
{
    font-family:arial;
    font-size:12px;
    color:#555555;
    background-color:#777777;
}
.border1
{    
    background-image:url("images/greyDot.jpg");
    background-repeat:repeat;
}
a.BSX
 {
color:#777777;
 font-size:20px;
    font-weight:bold;
    text-decoration:none;
}

a.BSX:link
 {
color:#777777;
 font-size:20px;
    font-weight:bold;
    text-decoration:none;
}
a.BSX:visited {color:#777777;}
a.BSX:hover{color:#ff0000;}

.TopX
{
    background:#ffffff url("images/panelT.jpg");
    background-repeat:no-repeat;
    background-position:center;
    width:300;
    height:49;
}
.MiddleX
{
    background:#ffffff url("images/panelM.jpg");
    background-repeat:repeatY;
    background-position:center;
    width:300;
}
.BottomX
{
    background:#ffffff url("images/panelB.jpg");
    background-repeat:no-repeat;
    background-position:center;
    width:300;
    height:49;
}
.TopXS
{
    background:#ffffff url("images/panelTS.jpg");
    background-repeat:no-repeat;
    background-position:center;
    width:213;
    height:49;
}
.MiddleXS
{
    background:#ffffff url("images/panelMS.jpg");
    background-repeat:repeatY;
    background-position:center;
    width:213;
}
.BottomXS
{
    background:#ffffff url("images/panelBS.jpg");
    background-repeat:no-repeat;
    background-position:center;
    width:213;
    height:48;
}
.pContent
{
    padding:20px;
}
p
{
    color:#555555;
    font-size:15;
}
p.b5
{
    color:#444444;
    font-size:12;
    font-weight:bold;
}