body {
	background-color: #BDBDBD;
	color : #717171;
	margin: 0px;
	font-family: Verdana, Arial, helvetica;
}
body a:link, body a:visited, body a:active {
	text-decoration: none;
	font-weight: bold;
	color : #717171;
}
body a:hover {
	text-decoration: underline;
	color : #F29733;
}
img {
	border: 0px none;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px none;
	border-collapse: collapse;
}
td {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EAEAEA;
	text-align: center;
	font-size: 11px;
	border: 1px solid #717171;
}
#image {
	width: 130px;
}
.selected {
	background-color: #F29733;
}
#menu,#header,#footer {
	background-color: #EAEAEA;
}
#menu,#header {
	border-bottom: 1px solid #EAEAEA;
	letter-spacing: 2px;
	text-transform: capitalize;
}
#selector td {
	font-weight: bold;
	width: 30%;
	padding: 2px;
}
#menu,#header,#title {
	padding: 2px;
}
#header {
	font-size: 19px;
	font-weight: bold;
}
#title, #footer {
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#title {
	font-weight: bold;
	color: #F29733;
	font-size: 13px;
}
#footer {
	padding: 10px;
	font-size: 10px;
}