html,body			{
					margin: 0px;
					padding: 0px;
					height: 100%;
					font-family: "AGaramond RegularSC", "Trebuchet MS", Helvetica, Arial, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #ffffff;
					overflow: auto;
					background-color: #f9f2d9;
					}
					
a					{
					text-decoration: none;
					}
					
a:link,
a:visited			{
					color: #eee;
					}

a:hover				{
					text-decoration: underline;
					}
					
#container			{
					width: 895px;
					margin: auto;
					text-align: center;
					}
					
.hidden				{
					display: none;
					}
					
#flashcontent 		{
					padding: 40px 0 -0px 0;
					height: 100%;
					}
					
#disclaimer 		{
					width: 885px;
					margin-left: auto;
					margin-right: auto;
					font-family: arial, sans-serif;
					font-size: 11px;
					color: #666666;
					line-height: 12px;
					text-align: left;
					font-weight: normal;
					}

#disclaimer a 		{
					color: #230663;
					text-decoration: underline;	
					}

#footer 			{
					font-family: arial, sans-serif;
					font-size:10px;
					color:#714A5D;
					text-align:center;
					line-height:17px;
					padding-top:5px;
					font-weight: normal;
					}

#footer a 			{
					color:#230663;
					text-decoration:underline;
					}