body {
	background-color: #FFFFFF;
	color : #B22222;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body a:link, body a:visited, body a:active {
	text-decoration: none;
	font-weight: bold;
	color : #FF7F00;
}
body a:hover {
	text-decoration: underline;
	color : #FF7F00;
}
img {
	border: 0px none;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px none;
	border-collapse: collapse;
}
td {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFCC;
	text-align: center;
	font-size: 13px;
	border: 1px solid #FFB46A;
}
#image {
	width: px;
}
.selected {
	background-color: #FFFFFF;
}
#menu,#header,#footer {
	background-color: #FFFFCC;
}
#menu,#header {
	border-bottom: 1px solid #FFFFCC;
	letter-spacing: 2px;
	text-transform: capitalize;
}
#selector td {
	font-weight: normal;
	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: 13px;
}
#title {
	font-weight: bold;
	color: #B22222;
	font-size: 14px;
}
#footer {
	padding: 10px;
	font-size: 12px;
}