body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size 12px;
	margin: 0px 0px 10px 0px;
}
table,tr,td{
	font-family: Verdana;
	font-size: 12px;
}
a{
	color: #000CC0;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}

.LeftCell{
	border-bottom: 1px #000CC0 solid; 
	border-right: 1px #000CC0 solid; 
}

.MiddleCell{
	border-bottom: 1px #000CC0 solid; 
}

.RightCell{
	border-left: 1px #000CC0 solid; 
	border-bottom: 1px #000CC0 solid; 
}

.Header{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.Picture{
	border: 1px #FF0000 solid;
}

.Eleanor{
	background-image: url(../images/eleanor_bg.jpg);
	border: 1px #000CC0 solid; 
	color: black;
}

.Bullitt{
	background-image: url(../images/bullitt_bg.jpg);
	border: 1px #000CC0 solid; 
	color: black;
}
