﻿/*///////////////////////////////////////////////////////////////
// Global Declarations
///////////////////////////////////////////////////////////////*/
body 
{
	margin:0px;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}

/*///////////////////////////////////////////////////////////////
// Footer
///////////////////////////////////////////////////////////////*/
.footer
{
    clear:			both;
    padding-top:	1em;
    color:			#999999;
    margin:			0px auto;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color:				Blue;
	text-decoration:	none;
}
#footer a:hover
{
	text-decoration:	underline;
}

.mainTable
{
	margin:0;
}

.container
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:10px;
}

