body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	margin: 10px;
	background-color: #9B9B9B;
}

H2 {
	font-size: 14px;
	color: #484848;
}

A {
	color: #484848;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.noline:hover {
	text-decoration: none;
}

#mydiv {
	width: 580px;
	height: 670px;
	overflow: auto;
	font-size                   : 12px;
	line-height					: 14px;
}

#open_hours_text {
	font-size					: 10px;
	font-weight					: bold;
	line-height					: 14px;
}

#content_headers {
	font-size					: 14px;
	font-weight					: bold;
	line-height					: 14px;
	color                       : #181818;
}

#content_headers_no_link {
	font-size					: 14px;
	font-weight					: bold;
	line-height					: 14px;
	color                       : #181818;
	text-decoration             : none;	
}

#content_headers_2 {
	font-size					: 18px;
	font-weight					: bold;
	line-height					: 18px;
	color                       : #181818;
}

#content_links {
	font-size					: 11px;
	line-height					: 18px;
}

#header_frontpage {
	font-size					: 11px;
	font-weight					: bold;
	line-height					: 25px;
}

#content_links_bold {
	font-size					: 11px;
    font-weight				    : bold;	
	line-height					: 18px;
}

#travel_journey_text {
	font-size					: 12px;
    font-weight				    : bold;	
	line-height					: 18px;
}

#frontpage_news_text {
	font-size					: 12px;
    font-weight				    : bold;	
	line-height					: 18px;
	color                       : #FF0000;
}

/* Newsletter class */
form.newsletter {
    margin                      : 0px;
}
input.newsletter-text {
    width                       : 140px;
    margin-bottom               : 3px;
}
input.newsletter-submit {
    width                       : 70px;
}

