/* CSS Document */

body,td,th 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1em;
		color:#333333;
	}
body
	{
		background-color: #FFFFFF;
		margin-left: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		text-align:center;		
	}
a 	
	{
		font-size: 1em;
		color: #0000CC;
	}
a:link 
	{
		text-decoration: none;
	}
a:visited 
	{
		text-decoration: none;
		color: #0000CC;
	}
a:hover 
	{
		text-decoration: underline;
		color: #0033FF;
	}
a:active
	{
		text-decoration: none;
		color: #0000CC;
	}
.left
	{
		float:left;
	}
.right
	{
		float:right;
		text-align:right;
	}
.flashCentral
	{
		width: 825px;
	}

.lowerFooterNav
	{
		padding-top: 10px;
		padding-left: 81px;
		color: #b3c4dd;
		font-size: 70%;
	}


