/* CSS Document */

img {
border: none;
}

body {
background: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
color: #333333;
}

#stafflist, #cstorelist {
height: 340;
width: 529;
overflow: auto;
}

.staff {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #333333;
}

a:link {
	color: #cc3333;
	border: none;
	text-decoration: none;
}

a:visited {
	color: #cc3333;
	border: none; 
	text-decoration: none;
}

a:active {
	color: #cc3333; 
	border: none;
	text-decoration: underline;
}

a:hover {
	color: #cc3333; 
	border: none;
	text-decoration: underline;
}