body, table {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

table.layout {
	width: 12cm;
}

table.content {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

td {
	text-align: left;
}

td.layoutTop {
	vertical-align: top;
}

td.layoutLeft {
	vertical-align: top;
	width: 160px;
}

td.layoutRight {
	vertical-align: top;
	width: 0px;
}

td.layoutMiddle {
	vertical-align: top;
}

td.contentText1 {
	vertical-align: top;
	background-color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

td.contentText2 {
	vertical-align: top;
	background-color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

td.contentHeader1 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #000000;
	background-color: #000000;
	height: 22px;
	font-size: 13px;
}

td.contentHeader2 {
	padding-right: 1px;
	padding-left: 1px;
	color: #000000;
	height: 22px;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

a.contentHeader1:link {
	color: #000000;
	text-decoration: underline;
}

a.contentHeader1:visited {
	color: #000000;
	text-decoration: underline;
}

a.contentHeader1:hover {
	color: #000000;
	text-decoration: none;
}

a.contentHeader1:active {
	color: #000000;
	text-decoration: none;
}


td.calendarHeader {
	text-align: center;
	vertical-align: top;
	background-color: #000000;
	font-weight: bold;
	border: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	width: 80px;
	border: solid 1px #AFBBAF;
}

td.calendarHeaderBox {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td.calendarDay {
	vertical-align: top;
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #C2CCC2 solid;
	border-top: none;
	vertical-align: top;
	height: 70px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

select, input, textarea {
	font-size: 11px;
}

input.button {
	font-weight: bold;
	color: #000000;
	background-color: #D6D6D6;
	border-collapse: collapse;
	border: 1px solid #000000;
}

input.disabled {
	color: #CCCCCC;
}


img {
	border: 0px;
}

ul {
	margin-left: 1em;
	padding-left: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	height: 1px;
	border: solid 1px #AFBBAF;
}

form, p {
	margin-bottom: 0px;
	margin-top: 0px;
}


