body {
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

table {
	font: 10pt "MS Sans Serif";
	
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066aa;
}

#bussearch select {
	font-family: ms sans serif;
	font-size: 10pt;
	width:155px;
}



.commentbox{
background-color: #ececec;
width: 100%;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 100%; /* container width*/
background: transparent url(../images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

table.hp_travel_weekend {
background-color: white;
}
a:link.hp_travel_weekend {
color: 990000;
}
table.hp_news {
background-color: white;
}
table.hp_activities {
background-color: white;
}

.NewsTitle {
	padding-bottom: 10px;
}

.NewsIntro {
	color: #666666;
}