body {
	background-color:#ffffff;
/*MK	background-color:#66999A; */
	text-align: center;
	margin: 0px;
/*
MK 11/2/2010
also changes to #headerBG below
background-image: url(/_images/bg-body-store2.jpg); 
*/
	background-repeat: no-repeat;
	background-position: center 0px;	
}


#headerBg {
/*MK	background-image: url(/_images/bodyHeader-store2.jpg); */
	background-image: url(../_images/adminHeader2a.jpg);
	background-repeat: no-repeat;
/*MK	height: 255px; */
	height: 200px;
	width: 1024px;
}


/* body nav */


a:link {
/* MK	color: #D8EC68; */
	color: #3366FF;
	text-decoration: none;
}

a:visited {
/* MK	color: #D8EC68;*/
	color: #3366FF; 
	text-decoration: none;
}


a:hover {
/*MK 	color: #E9F66B;*/
	color: #9933FF;
	text-decoration: underline;
}
a:active {
	color: #3366FF;
	text-decoration: underline;
}

