﻿body
{
    background-position: center top;
    background-image: url('images/bgStyling.gif');
    background-repeat: repeat;
}
.CssTblArticle a
{
	color: #b1767d;
}
h4
{
	color: #b1767d;
}
.CssButtons
{
	border-color:  #b1767d;
	color: #b1767d;
}
.CssTopStrip
{
    background: #b1767d;
}
.CssHeaderStrip
{
    background-position: right top;
    background-image: url('images/bgStylingStrip.gif');
    background-repeat: no-repeat;
}
.CssCategoryHeaderStrip
{
    background-position: right top;
    background-image: url('images/bgStylingStrip.gif');
    background-repeat: no-repeat;
}
.CssbottomBar
{
    border-top-color: #b1767d;    
}
.Hover
{
    color: #b1767d;
}
.CssCategoryArticleBigMainTable
{
    background-image: url('images/bgArticleBigStyling.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.CssCategoryArticleSmlMainTable
{
    background-image: url('images/bgArticleSmlStyling.gif');
    background-repeat: no-repeat;
    background-position: right top;
}
.CssArchiveArticle
{
    background-image: url('images/bgArticleArchiveStyling.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
.CssModalTbl_TdTop
{
	background-image: url( 'images/ModalTopStyling.gif' );
}