body
{
	margin: 1cm;
	color: black;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 9pt;
}

.space
{
	height: 2cm;
}

.dotted
{
	border-bottom: 2px dotted gray;
}

.heading a
{
	font-family: 'times new roman' serif;;
	font-size: 16pt;
	color: red;
	font-weight: 400;
	text-decoration: none;
	display: block;
	text-align: left;
}

.nav td
{
	text-align: right;
	padding-left: 2em;
}

.nav a
{
	display: block;
	text-decoration: none;
	font-size: 11pt;
	color: black;
	background-color: transparent;
	text-align: right;
}

.nav a:hover
{
	color: red;
}

.content
{
	padding-top: 1em;
}

.content td
{
	width: 300px;
	height: 350px;
	border: 2px solid gray;
}

.text
{
	letter-spacing: 1px;
	padding-top: 2em;
}

.text p
{
	padding-right: 0.5em;
}

.link
{
	text-decoration: none;
	color: red;
}

input, textarea
{
	border: 1px solid silver;
	padding: 3px;
}

.submit
{
	color: red;
	background: none;
	font-size: 9pt;
	border: none;
	font-weight: bold;
	padding: 3px 3px 3px 0;
}

.examples
{
	width: 620px;
	height: 350px;
	border: 0;
}

.slides a
{
	text-decoration: none;
}

.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;
}





