/* CSS Document */

body {
	background: #ffffff url(images/screening-background.jpg) repeat-y left top;
	}
	#button {
	background: url(images/screening-button-background.jpg) no-repeat left top;
	height:57px; width: 136px; padding-left: 5px; padding-top: 8px; float:center; font-family: "Arial", Helvetica, sans-serif; font-size: 12px; color: #00444A; text-decoration:none; font-weight: bold;
	}
	#button a{
	color: #00444A; text-decoration:none; font-weight: bold;
	}
	#button a:hover{
	color: #FF6633; text-decoration:none; font-weight: bold;
	}
	#list {
	display: block; height:18px; width: 136px; float:left; font-family: "Arial", Helvetica, sans-serif; font-size: 10px; color: #00444A; text-decoration:none; font-weight:normal;
	background: url(images/screening-list-background.jpg) no-repeat left top;
	}
	#list a{
	color: #00444A; text-decoration:none; font-weight: normal;
	padding-top: 2px; padding-left: 8px;
	}
	#list a:hover{
	display: block; height:18px; width: 136px;
	color: #FF6633; text-decoration:none; font-weight: normal;
	background: url(images/screening-list-background-over.jpg) no-repeat left top;
	}