body {
	color: #000000;
	background-color: #cccccb;
	margin: 0px;
	background-image: url(images/lockerbkg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}
body,td,th {
	font-size: 11px;
}
a:link {
	color: #0d95b5;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #09697f;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #f8f94f;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0d95b5;
	font-weight: bold;
}

