/*****************************************************************************************/
/* 
	Control Footer CSS properties
*/
/*****************************************************************************************/

.FooterControl
{
	color: #333333;
    font-size: 10px;	
	
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;	
}

@media print
{
	.FooterControl
	{
		color: #000000;
	}
}

/*****************************************************************************************/

.FooterLink
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
    font-size: 12px;
}

@media print
{
	.FooterLink
	{
		color: #000000;
	}
}

/*****************************************************************************************/
