body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg.gif);
	background-color: white;
	background-repeat: repeat-y;
	color: black;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

p {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
}

a {
	color: #990000;
	background-color: inherit;
}

form {
	padding-left: 20px;
}

h3 {
	color: #990000;
	background-color: inherit;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 16px;
}
	
td.conty {
	padding-left: 20px;
}

td.caption
{
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	font-style: italic;
}

li {
	line-height: 1.8em;
	}

td.label { 
background-color: #000073; 
color: white;
}

.c2 strong
{
	color: white;
}

div.calendardate
{
	width: 100px;
	margin-right: 30px;
}

table.calendartable
{
	width: 420px;
}

table.calendartable td.monthname
{
	background-color: #00007D;
	color: white;
	font-weight: bold;
	text-align: left;
}

table.calendartable td.datenumbers
{
	text-align: center;
	background-color: #FFF1C9;
}