﻿/*------------------------------------------------------------------------------*/
/* Tags                                                                         */
/*------------------------------------------------------------------------------*/
*{
	border: 0 none;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body,a,p,table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px ;
	color: black;
}

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #F0F0F0;
}


table {
	border-style: none;
	border-spacing: 0px; 
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}


a{
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	border-style:none;
}

a:hover {
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	border-style:none;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

h2{
	font-weight:bold;
	font-size: 16px;
	color: black;
}

h3{
	font-weight:bold;
	font-size: 14px;
	color: black;
	margin-bottom: 18px;
}

h4{
	font-weight:bold;
	font-size: 12px;
	color: black;
	margin-bottom: 18px;
}

p{
	margin-bottom: 6px;
}


ul {
	list-style-type:disc;
	list-style-position:inside;
	line-height:  175%;
}

input[type=button]
{
	border: 1px #808080 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: black;
}

.lable{
	padding: 1px 0 1px 0;
	text-align:left;
}

.edit{
	font: normal 11px Verdana, Helvetica, sans-serif;
	text-align:left;
	color:#336699;
	border:0;
	padding: 1px 0 1px 0;
	height:15px;
}

.space-vertical
{
	height: 6px;
}

/*------------------------------------------------------------------------------*/
/* Main elements                                                                */
/*------------------------------------------------------------------------------*/

#header { 
	background: transparent url("../image/css/header.png") no-repeat 0 0;
	height: 55px;
	width: 728px;
}
#header p{
 	text-align:center;
	font-weight:bold;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 10px;
}

#header-image { 
	height: 186px;
	width: 728px;
}

/*------------------------------------------------------------------------------*/
/* travel elements                                                              */
/*------------------------------------------------------------------------------*/
#travel-description
{
	text-align: justify;
	line-height:  150%;
}



