/*
 * Global style sheet 
 * Cruiseco
 * Copyright 2006 ITbyUs.com
 * Author David Dale
 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}


body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0;
}

h1 {
	font-size: 160%;
}

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 115%;
}

h5 {
	font-size: 100%;
}

li {
	list-style: square;
	margin: 0 0 0 15px;
}

th {
	text-align: left;
}

table, td {
	font-size: 100%;
}

.article {
	clear: both;
	margin: 0;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

table td, table th {
	padding: 3px;
}

#footer {
	display: none;
	visibility: hidden;
}

#header {
	display: none;
	visibility: hidden;
}

#left {
	display: none;
	visibility: hidden;
}

#menu {
	display: none;
	visibility: hidden;
}

#nav {
	display: none;
	visibility: hidden;
}

#wrapper {
	background-color: #eee;
	text-align: left;
	width: 610px !important;
	margin: 0;
}
