body
{
	margin: 0.5cm 1cm 0.5cm 1cm;
	color: rgb(95, 60, 20);
	background-color: white;
	font-family: Gotham, 'Olive Oil', Arial, sans-serif;
	font-size: 10pt;
}

.header h2
{
	color: rgb(245, 180, 70);
	text-align: right;
	
}

.nav
{
	background: rgb(95, 60, 20);
}

.nav th
{
	color: white;
	text-align: center;
	width: 20%;
	font-size: 100%;
	font-weight: 400;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: white;
}

.here a
{
	color: rgb(245, 180, 70);
}

.nav a:hover
{
	color: rgb(245, 180, 70);
}

.price-list td
{
	border-right: 1px solid rgb(245, 180, 70);
	border-bottom: 1px solid rgb(245, 180, 70);
	padding: 3px;
	line-height: 1.5em;
}


h3
{
	color: rgb(245, 180, 70);
}


.index th
{
	width: 33%;
	text-align: left;
}

.email-list
{
	border: 1px solid rgb(105, 180, 220);
}

.submit-button
{
	border: none;
	color: rgb(105, 180, 220);
	background: white;
	font-size: 14pt;
	font-weight: bold;
}

.list-table th
{
	color: rgb(105, 180, 220);
	background: white;
	font-size: 14pt;
	font-weight: bold;
}

.light-blue
{
	color: rgb(90, 150, 180);
}

.faq a
{
	font-weight: bold;
	color: rgb(245, 180, 70);
	line-height: 2em;
}

.heading
{
	background-image: url(images/t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10pt;
	color: #666;
	padding-left: 30px;
}

.heading h1
{
	font-size: 10pt;
	color: #666;
}

.hosting
{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	width: auto;
	background: #fff;
	color: #333;
}

.hosting td
{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.hosting th
{
	background: gray;
	color: white;
}

.customers
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	width: auto;
	background: white;
	color: #333;
	font-size: small;
}

.customers td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	background: #eee;
}

.customers th
{
	background: #009;
	color: white;
	padding: 3px;
}

.event
{
	width: 80%;
	background: #eee;
	border: 1px solid gray;
	padding: 1em;
}

.av
{
	background: #cfc;
	color: blue;
}

.av a
{
	color: blue;
}

.bkd
{
	background: #fcc;
}

.bkd a
{
	color: blue;
}

.calendar
{
	border: 1px solid #660;
	background: white;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

.calendar a
{
	text-decoration: none;
	color: blue;
	display: block;
}


.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
	background: white;
}





