
body
{
	margin: 1em;
	font-family: arial, helvetica, sans-serif;
}

.heading
{
	color: white;
	font-size: 2em;
	letter-spacing: 0.3em;
	font-weight: 400;
	text-shadow: 0.2em 0.2em 6px #666;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

.content
{
	padding: 1em;
}

.footer
{
	color: white;
	letter-spacing: 0.3em;
	font-weight: 600;
	text-shadow: 0.2em 0.2em 6px #666; 
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

.footer a
{
	text-decoration: none;
	color: white;
}

.footer a:hover
{
	color: #00c;
}

.av
{
	background: #cfc;
}

.bkd
{
	background: #fcc;
}

.calendar
{
	border: 1px solid #660;
	background: #ffe;
	color: #333;
}

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

.calendar a
{
	color: #333;
}

.sub-head
{
	font-weight: bold;
	color: #eee;
	padding: 10px 0 5px 0;
}

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




