body {
	font-size: 11px;
	color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-weight:bold;
	font-size:27px;
	color:#0475e2;
	text-transform:uppercase;
	
}

h3{
	font-weight:bold;
	font-size:13px;
	color:#0475e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-weight:bold;
	font-size:15px;
	color:#0475e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h4{
	font-weight:bold;
	font-size:15px;
	color:#0475e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text-right {
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}

/* Remember: LoVe For Hate */
p{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#464646;
	line-height:20px;
	margin:0;
	padding-bottom:20px;
}

#bottom-structure li {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:0;
}

#bottom-structure blockquote {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}

#bottom-structure ul {
	padding-bottom:10px;
	margin-top:-10px;
}

#bottom-structure li ul {
	margin-top:0px;
	margin-bottom:-10px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#0475e2;
}

a:visited {color: #7c91a6; text-decoration: underline;}
a:focus,a:active {}

a:hover {
	text-decoration:none;
}

.table-styled {width: 475px;}
		.table-styled tr td {
			padding: 7px 0px 7px 20px;
		}
		.table-styled th {
			font-size: 13px;
			color: #0475e2;
			font-weight: bold;
			background: url(/images/table-images/table-header.gif) no-repeat 0 0;
			padding: 10px 0px 9px 20px;
		}
		.table-styled tr .column-heading, .table-styled .odd-tr .column-heading {
			color: #ffffff;
			font-size: 11px;
			background-color: #007fe8;
			font-weight: bold;
		}
			.table-styled td {
				color: #464646;
				border-left:1px solid #cfcfcf;
				border-bottom:1px solid #cfcfcf;
				border-right:1px solid #cfcfcf;
			}
			.table-styled .odd-tr td {
				background-color: #e0e0e0;
				vertical-align:top;
				width:50%;
			}
			.table-styled .even-tr td {
				background-color: #ffffff;
				vertical-align:top;
				width:50%;
			}


.destinations-table-styled {width: 632px;}
		.destinations-table-styled td {
			padding: 7px 0px 7px 20px;
		}
		.destinations-table-styled th {
			font-size: 13px;
			color: #0475e2;
			font-weight: bold;
			background: url(/images/table-images/table-header-long.gif) no-repeat 0 0;
			padding: 10px 0px 9px 20px;
		}
		.destinations-table-styled .column-heading, .table-styled .odd-tr .column-heading {
			color: #ffffff;
			font-size: 11px;
			background-color: #007fe8;
			font-weight: bold;
		}
			.destinations-table-styled td {
				color: #464646;
				border-left:1px solid #cfcfcf;
				border-bottom:1px solid #cfcfcf;
				border-right:1px solid #cfcfcf;
				
			}
			.destinations-table-styled .odd-tr td {
				background-color: #e0e0e0;
				vertical-align:top;
			}
			.destinations-table-styled .even-tr td {
				background-color: #ffffff;
				vertical-align:top;
			}
			.destinations-table-styled .head-even-tr td {
				background-color: #ffffff;
				vertical-align:top;
				font-weight:bold;
			}
