﻿

.decorRight {
    background-image:url(../Images/decor_Right.png);
    background-repeat: repeat-y;
}

.decorLeft {
    background-image:url(../Images/decor_Left.png);
    background-repeat: repeat-y;
}

.copyrightCell {
    color: #ffffff;
    font-size: 10px;
	font-family: Verdana;
    background-color:#669966;
    padding-bottom: 5px;
    padding-top: 5px;
}

.errorMessage 
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: red;
}

.confimationMessage 
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: blue;
}



.copyright
{ 
    font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
    color: #ffffff;
}
