/* CSS Document */

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-top: 0px;
	background-color: #EDEBDF; /* change */
}

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

#container{
	margin: 0px;
	height: 462px;
	padding-top: 102px;
	text-align: center;
	background-image: url('../images/bkgd.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#mainFlash{
	margin: 0px auto;
	vertical-align: middle;
	width: 600x;
	height: 335px;
}

div.copyright{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #d3d1c7; /* change */
}

/* Links - Primary */
a:active{
	color: #B2AA7E; /* change */
	text-decoration: none;
}
a:visited{
	color: #B2AA7E; /* change */
	text-decoration: none;
}
a:link{
	color: #B2AA7E; /* change */
	text-decoration: none;
}
a:hover{
	color: #B2AA7E; /* change */
	text-decoration: underline;
}
/* Links - div.copyright */
div.copyright a:active{
	color: #d3d1c7; /* change */
	text-decoration: none;
}
div.copyright a:visited{
	color: #d3d1c7; /* change */
	text-decoration: none;
}
div.copyright a:link{
	color: #d3d1c7; /* change */
	text-decoration: none;
}
div.copyright a:hover{
	color: #d3d1c7; /* change */
	text-decoration: underline;
}

