body
{
	margin: 0;
	color: #333;
	background-color: white;
	font-family: 'times new roman', serif;
}

.header td
{
	text-align: center;
	font-family: 'times new roman', serif;
	font-weight: 400;
	border-bottom: 3px solid rgb(0, 155, 235);
}

.headerh1
{
	color: rgb(175, 210, 45);
	font-size: 48pt;
	font-weight: 400;
	letter-spacing: 4px;
}

.headerh2
{
	color: rgb(0, 155, 235);
	font-size: 14pt;
	font-weight: 400;
}

.header h3
{
	color: rgb(0, 155, 235);
	font-size: 12pt;
	font-weight: 400;
}

.bracket
{
	color: rgb(175, 210, 45);
	font-size: 60pt;
	height: 80px;
	width: 10px;
}

.nav
{
	padding-top: 1em;
	border-right: 3px solid rgb(0, 155, 235);
	width: 150px;
}

.nav a
{
	font-family: 'times new roman', serif;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: rgb(50, 50, 50);
}

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

.non-sites
{
	width: 50px;
}

.sites
{
	width: 270px;
	padding-right: 20px;
}

.sites a
{
	text-decoration: none;
	color: #333;
}

.sites a:hover
{
	color: blue;
	font-style: italic;
}

.sites img
{
	border: none;
}

.heading
{
	background-image: url(httpdocs/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;
}

.content
{
	padding: 0 1em 0 1em;
}
	

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





