/* CSS Document */

/*-------------< Body Margins >-------------*/

html, body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*IE CENTER FIX SAVE*/
	}

/*-------------< Body Margins >-------------*/

.hidden {
	display: none;
	}
:focus {
	outline: 0;
	text-decoration:none;
	}
table, table td { border: 0px solid #fff; }

/*----------< Special Hyper Links>-----------*/

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color:#CCCCCC
}

/*----------< Special Hyper Links>-----------*/

/*----------------< Fonts >-----------------*/

#container{
	width: 1260px;
	text-align:center;
	margin:0 auto;
	position: absolute;
	left: 50%;
	margin-left: -630px;
} 

.BodyCopyTitle{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 0px 0px 5px 0px;
	}

.BodyCopy{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-align: center;
	}

/*----------------< Fonts >-----------------*/


/*----------------< Flash >-----------------*/

#flash{
	width: 1260px;
	height: 1000px;
	text-align:center;
	
	}
