.cssWrapper 
{
    border: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;
}

.cssFooter 
{
	background-color: #9E9A9C;    
    border-top: 2px solid #cccccc;
    color: #ffffff;
    font-size: 8pt;
    height: 30px;
    padding: 7 10 7 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.cssHeader 
{
    background: url(../Images/Background.jpg);
    width: 100%;
    border-bottom: solid 1px #6EBA4C;
}

.cssHeaderModule
{
	font-size: 13pt;
	color: #000000;
	text-align: right;
	padding: 0 50 0 0;
}

.cssModuleTitle
{
	font-family: Arial;
	font-size: 26pt;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.cssTitle 
{
	float: left;
	text-align: left;
    width: 100%;
    padding: 8 0 5 8;
}

.cssTitlePage
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	padding: 10 0 0 10;
}

#cssUser 
{
	color: #ffffff;
	float: right;
	text-align: right;
	width: 20%;
}

