body
{
	margin: 1cm;
	color: #333;
	background-color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}

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

.header
{
	font-family: 'american typewriter', courier, serif;
}

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

h1, h2, h3, h4, h5, h6
{
	font-family: 'american typewriter', courier, serif;
	color: rgb(240, 75, 40);
}	

.nav
{
	width: 150px;
	border-right: 1px solid red;
	border-top: 1px solid red;
}

.nav a
{
	font-family: 'american typewriter', courier, serif;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding: 5px 5px 10px 5px;
	color: rgb(240, 75, 40);
	background-color: transparent;
}

.nav a:hover
{
	color: #666;
}

.here
{
	font-weight: bold; 
}

.content
{
	padding: 0 1em 1em 1em;
	border-bottom: 1px solid red;
}

.red
{
	color: rgb(245, 0, 30);
}

.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
{
	width: auto;
	background: white;
	color: #333;
}

.customers td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px;
	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: rgb(220, 0, 0);
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 3px;
}

.account td
{
	border-color: rgb(220, 0, 0);
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}






