body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/city.png);
	background-repeat:no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}

form { 
	margin:0;
	padding:0;
}

img { 
	border:none;
}

/* --------------------- TEXTS --------------------- */

.normal-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.white-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 18px;
}

.green-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600;
	line-height: 18px;
}

.orange-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
	line-height: 18px;
}

.grey-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	line-height: 18px;
}

/* --------------------- HEADINGS --------------------- */

.orange-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FF6600;
}

/* --------------------- LINKS --------------------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/* --------------------- BORDERS --------------------- */

tr.special td {
	border:2px solid #BB0000;
}

.grey-border3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

.grey-border3-2 {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

.grey-border2{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
}

/* --------------------- LINKS --------------------- */

a.white-links:link,
a.white-links:active,
a.white-links:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
a.white-links:hover {
	text-decoration:underline;
}

a.schedule:link,
a.schedule:active,
a.schedule:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#BB0000;
	font-size:12px;
	text-decoration:none;
}
a.schedule:hover {
	text-decoration:underline;
}

a.red { 
	color:#F00; 
	font-weight:bold;
	text-decoration:none;

}

a.red:hover {
	text-decoration: underline;
}

/* --------------------- contact --------------------- */















