/* CSS Document */

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	width: 100%;
	margin-top: 0px;
	background-color: #e3e3e3; /* change */
}

p,td{
	font-size: 12px;
	color: #6a6a6a; /* change */
}

#container{
	margin: 0px;
	width: auto;
	text-align: center;
}
table.top td{
	height: 0px;
}
table.container{
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	background-image: url('../images/bkgd.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
table.container td{
	padding: 0px;
	text-align: center;
}
table.container td.flash{
	padding-top: 111px;
	height: 438px;
}

table.container td.copyright{
	padding-top: 30px;
	height: 100px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #d1d1d1; /* change */
}

/* Links - Primary */
a:active{
	color: #ee5b05; /* change */ 
	text-decoration: underline;
}
a:visited{
	color: #ee5b05; /* change */ 
	text-decoration: underline;
}
a:link{
	color: #ee5b05; /* change */ 
	text-decoration: underline;
}
a:hover{
	color: #ee5b05; /* change */ 
	text-decoration: none;
}
/* Links - div.copyright */
table.container td.copyright a:active{
	color: #d1d1d1; /* change */
	text-decoration: none;
}
table.container td.copyright a:visited{
	color: #d1d1d1; /* change */
	text-decoration: none;
}
table.container td.copyright a:link{
	color: #d1d1d1; /* change */
	text-decoration: none;
}
table.container td.copyright a:hover{
	color: #d1d1d1; /* change */
	text-decoration: underline;
}


